Html Css Color HEX #C76ECB Orchid

📋 copy color: '#C76ECB'

red 199 ◦ green 110 ◦ blue 203

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

Shades of Orchid #C76ECB

Tints of Orchid #C76ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 38.87%
G = 21.48%
B = 39.65%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C76ECB (or 0xC76ECB) is known color: Orchid. HEX triplet: C7, 6E and CB. RGB value is (199,110,203). Sum of RGB (Red+Green+Blue) = 199+110+203=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 110 (43.36% from 255 or 21.48% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C76ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ECB is #389134. Grayscale: #929292. Windows color (decimal): -3707189 or 13332167. OLE color: 13332167.

HSL color Cylindrical-coordinate representation of color #C76ECB: hue angle of 297.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76ECB is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 110 203 -
CMYK 0.02 0.46 0 0.20
HSL 297.42º 0.47% 0.61% -
HSV(B) 297.42º 0.46% 0.8% -
XYZ 39.91 27.61 59.72 -
YUV 147.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 199 110 203 0.02 0.46 0 0.20 297.42 0.47 0.61
Hex C7 6E CB 2 2E 0 14 129 2F 3D
Octal 307 156 313 2 56 0 24 451 57 75
Binary 11000111 1101110 11001011 10 101110 0 10100 100101001 101111 111101

Color Harmonies of #C76ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ECB

Black with #C76ECB

Text Example


Text Example

White with #C76ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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