Html Css Color HEX #C76EDF Orchid

📋 copy color: '#C76EDF'

red 199 ◦ green 110 ◦ blue 223

#C76EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C76EDF

Tints of Orchid #C76EDF

RGB

 RED value IS 199 (78.13% from 255) = 37.41%

 GREEN value IS 110 (43.36% from 255) = 20.68%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 37.41%
G = 20.68%
B = 41.92%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C76EDF (or 0xC76EDF) is known color: Orchid. HEX triplet: C7, 6E and DF. RGB value is (199,110,223). Sum of RGB (Red+Green+Blue) = 199+110+223=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C76EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EDF is #389120. Grayscale: #959595. Windows color (decimal): -3707169 or 14642887. OLE color: 14642887.

HSL color Cylindrical-coordinate representation of color #C76EDF: hue angle of 287.26º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76EDF is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 110 223 -
CMYK 0.11 0.51 0 0.13
HSL 287.26º 0.64% 0.65% -
HSV(B) 287.26º 0.51% 0.87% -
XYZ 42.45 28.62 73.1 -
YUV 149.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 199 110 223 0.11 0.51 0 0.13 287.26 0.64 0.65
Hex C7 6E DF B 33 0 D 11F 40 41
Octal 307 156 337 13 63 0 15 437 100 101
Binary 11000111 1101110 11011111 1011 110011 0 1101 100011111 1000000 1000001

Color Harmonies of #C76EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76EDF

Black with #C76EDF

Text Example


Text Example

White with #C76EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76EDF; }

 p { color: rgb(199,110,223); }

 H1.HeaderClassName
 {
   color: #C76EDF;
 }
 .AnyTagClassName
 {
   color: #C76EDF;
 }
</style>

background-color css

<style>
 a { background-color: #C76EDF; }

 a { background-color: rgb(199,110,223); }

 div.DivClassName
 {
   background-color: #C76EDF;
 }
 .BgClassName
 {
   background-color: #C76EDF;
 }
</style>

border-color css

<style>
 span { border-color: #C76EDF; }

 span { border-color: rgb(199,110,223); }

 td.TdClassName
 {
   border-color: #C76EDF;
 }
 .TagClassName
 {
   border-color: #C76EDF;
 }
</style>