Html Css Color HEX #CC77DA Orchid

📋 copy color: '#CC77DA'

red 204 ◦ green 119 ◦ blue 218

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

Shades of Orchid #CC77DA

Tints of Orchid #CC77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.3%

R = 37.71%
G = 22%
B = 40.3%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC77DA (or 0xCC77DA) is known color: Orchid. HEX triplet: CC, 77 and DA. RGB value is (204,119,218). Sum of RGB (Red+Green+Blue) = 204+119+218=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DA is #338825. Grayscale: #9B9B9B. Windows color (decimal): -3377190 or 14317516. OLE color: 14317516.

HSL color Cylindrical-coordinate representation of color #CC77DA: hue angle of 291.52º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC77DA is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 119 218 -
CMYK 0.06 0.45 0 0.15
HSL 291.52º 0.57% 0.66% -
HSV(B) 291.52º 0.45% 0.85% -
XYZ 44.15 31.09 70 -
YUV 155.7 163.16 162.45 -
System Red Green Blue C M Y K H S L
Decimal 204 119 218 0.06 0.45 0 0.15 291.52 0.57 0.66
Hex CC 77 DA 6 2D 0 F 124 39 42
Octal 314 167 332 6 55 0 17 444 71 102
Binary 11001100 1110111 11011010 110 101101 0 1111 100100100 111001 1000010

Color Harmonies of #CC77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77DA

Black with #CC77DA

Text Example


Text Example

White with #CC77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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