Html Css Color HEX #C778CB Orchid

📋 copy color: '#C778CB'

red 199 ◦ green 120 ◦ blue 203

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

Shades of Orchid #C778CB

Tints of Orchid #C778CB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.99%

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

R = 38.12%
G = 22.99%
B = 38.89%

CMYK

 C value IS 0.02

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C778CB (or 0xC778CB) is known color: Orchid. HEX triplet: C7, 78 and CB. RGB value is (199,120,203). Sum of RGB (Red+Green+Blue) = 199+120+203=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C778CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778CB is #388734. Grayscale: #989898. Windows color (decimal): -3704629 or 13334727. OLE color: 13334727.

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

Color convert

RGB 199 120 203 -
CMYK 0.02 0.41 0 0.20
HSL 297.11º 0.44% 0.63% -
HSV(B) 297.11º 0.41% 0.8% -
XYZ 41.05 29.89 60.11 -
YUV 153.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 199 120 203 0.02 0.41 0 0.20 297.11 0.44 0.63
Hex C7 78 CB 2 29 0 14 129 2C 3F
Octal 307 170 313 2 51 0 24 451 54 77
Binary 11000111 1111000 11001011 10 101001 0 10100 100101001 101100 111111

Color Harmonies of #C778CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778CB

Black with #C778CB

Text Example


Text Example

White with #C778CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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