Html Css Color HEX #C76FCB Orchid

📋 copy color: '#C76FCB'

red 199 ◦ green 111 ◦ blue 203

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

Shades of Orchid #C76FCB

Tints of Orchid #C76FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

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

R = 38.79%
G = 21.64%
B = 39.57%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C76FCB (or 0xC76FCB) is known color: Orchid. HEX triplet: C7, 6F and CB. RGB value is (199,111,203). Sum of RGB (Red+Green+Blue) = 199+111+203=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C76FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FCB is #389034. Grayscale: #939393. Windows color (decimal): -3706933 or 13332423. OLE color: 13332423.

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

Color convert

RGB 199 111 203 -
CMYK 0.02 0.45 0 0.20
HSL 297.39º 0.47% 0.62% -
HSV(B) 297.39º 0.45% 0.8% -
XYZ 40.02 27.82 59.76 -
YUV 147.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 199 111 203 0.02 0.45 0 0.20 297.39 0.47 0.62
Hex C7 6F CB 2 2D 0 14 129 2F 3E
Octal 307 157 313 2 55 0 24 451 57 76
Binary 11000111 1101111 11001011 10 101101 0 10100 100101001 101111 111110

Color Harmonies of #C76FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FCB

Black with #C76FCB

Text Example


Text Example

White with #C76FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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