Html Css Color HEX #CC77CE Orchid

📋 copy color: '#CC77CE'

red 204 ◦ green 119 ◦ blue 206

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

Shades of Orchid #CC77CE

Tints of Orchid #CC77CE

RGB

 RED value IS 204 (80.08% from 255) = 38.56%

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

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 38.56%
G = 22.5%
B = 38.94%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC77CE (or 0xCC77CE) is known color: Orchid. HEX triplet: CC, 77 and CE. RGB value is (204,119,206). Sum of RGB (Red+Green+Blue) = 204+119+206=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77CE is #338831. Grayscale: #9A9A9A. Windows color (decimal): -3377202 or 13531084. OLE color: 13531084.

HSL color Cylindrical-coordinate representation of color #CC77CE: hue angle of 298.62º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC77CE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 119 206 -
CMYK 0.01 0.42 0 0.19
HSL 298.62º 0.47% 0.64% -
HSV(B) 298.62º 0.42% 0.81% -
XYZ 42.64 30.49 62.03 -
YUV 154.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 204 119 206 0.01 0.42 0 0.19 298.62 0.47 0.64
Hex CC 77 CE 1 2A 0 13 12B 2F 40
Octal 314 167 316 1 52 0 23 453 57 100
Binary 11001100 1110111 11001110 1 101010 0 10011 100101011 101111 1000000

Color Harmonies of #CC77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77CE

Black with #CC77CE

Text Example


Text Example

White with #CC77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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