Html Css Color HEX #C770CB Orchid

📋 copy color: '#C770CB'

red 199 ◦ green 112 ◦ blue 203

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

Shades of Orchid #C770CB

Tints of Orchid #C770CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 38.72%
G = 21.79%
B = 39.49%

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

#C770CB (or 0xC770CB) is known color: Orchid. HEX triplet: C7, 70 and CB. RGB value is (199,112,203). Sum of RGB (Red+Green+Blue) = 199+112+203=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #C770CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770CB is #388F34. Grayscale: #949494. Windows color (decimal): -3706677 or 13332679. OLE color: 13332679.

HSL color Cylindrical-coordinate representation of color #C770CB: hue angle of 297.36º 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 #C770CB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 112 203 -
CMYK 0.02 0.45 0 0.20
HSL 297.36º 0.47% 0.62% -
HSV(B) 297.36º 0.45% 0.8% -
XYZ 40.13 28.04 59.8 -
YUV 148.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 199 112 203 0.02 0.45 0 0.20 297.36 0.47 0.62
Hex C7 70 CB 2 2D 0 14 129 2F 3E
Octal 307 160 313 2 55 0 24 451 57 76
Binary 11000111 1110000 11001011 10 101101 0 10100 100101001 101111 111110

Color Harmonies of #C770CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770CB

Black with #C770CB

Text Example


Text Example

White with #C770CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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