Html Css Color HEX #CC77D5 Orchid

📋 copy color: '#CC77D5'

red 204 ◦ green 119 ◦ blue 213

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

Shades of Orchid #CC77D5

Tints of Orchid #CC77D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.74%

R = 38.06%
G = 22.2%
B = 39.74%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC77D5 (or 0xCC77D5) is known color: Orchid. HEX triplet: CC, 77 and D5. RGB value is (204,119,213). Sum of RGB (Red+Green+Blue) = 204+119+213=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77D5 is #33882A. Grayscale: #9A9A9A. Windows color (decimal): -3377195 or 13989836. OLE color: 13989836.

HSL color Cylindrical-coordinate representation of color #CC77D5: hue angle of 294.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC77D5 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 119 213 -
CMYK 0.04 0.44 0 0.16
HSL 294.26º 0.53% 0.65% -
HSV(B) 294.26º 0.44% 0.84% -
XYZ 43.51 30.84 66.61 -
YUV 155.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 204 119 213 0.04 0.44 0 0.16 294.26 0.53 0.65
Hex CC 77 D5 4 2C 0 10 126 35 41
Octal 314 167 325 4 54 0 20 446 65 101
Binary 11001100 1110111 11010101 100 101100 0 10000 100100110 110101 1000001

Color Harmonies of #CC77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77D5

Black with #CC77D5

Text Example


Text Example

White with #CC77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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