Html Css Color HEX #C777CC Orchid

📋 copy color: '#C777CC'

red 199 ◦ green 119 ◦ blue 204

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

Shades of Orchid #C777CC

Tints of Orchid #C777CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.8%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 38.12%
G = 22.8%
B = 39.08%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C777CC (or 0xC777CC) is known color: Orchid. HEX triplet: C7, 77 and CC. RGB value is (199,119,204). Sum of RGB (Red+Green+Blue) = 199+119+204=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C777CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777CC is #388833. Grayscale: #989898. Windows color (decimal): -3704884 or 13400007. OLE color: 13400007.

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

Color convert

RGB 199 119 204 -
CMYK 0.02 0.42 0 0.2
HSL 296.47º 0.45% 0.63% -
HSV(B) 296.47º 0.42% 0.8% -
XYZ 41.05 29.7 60.7 -
YUV 152.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 199 119 204 0.02 0.42 0 0.2 296.47 0.45 0.63
Hex C7 77 CC 2 2A 0 14 128 2D 3F
Octal 307 167 314 2 52 0 24 450 55 77
Binary 11000111 1110111 11001100 10 101010 0 10100 100101000 101101 111111

Color Harmonies of #C777CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C777CC

Black with #C777CC

Text Example


Text Example

White with #C777CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C777CC; }

 p { color: rgb(199,119,204); }

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

background-color css

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

 a { background-color: rgb(199,119,204); }

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

border-color css

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

 span { border-color: rgb(199,119,204); }

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