Html Css Color HEX #CC77DD Orchid

📋 copy color: '#CC77DD'

red 204 ◦ green 119 ◦ blue 221

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

Shades of Orchid #CC77DD

Tints of Orchid #CC77DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 37.5%
G = 21.88%
B = 40.63%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC77DD (or 0xCC77DD) is known color: Orchid. HEX triplet: CC, 77 and DD. RGB value is (204,119,221). Sum of RGB (Red+Green+Blue) = 204+119+221=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DD is #338822. Grayscale: #9B9B9B. Windows color (decimal): -3377187 or 14514124. OLE color: 14514124.

HSL color Cylindrical-coordinate representation of color #CC77DD: hue angle of 290º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC77DD is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 119 221 -
CMYK 0.08 0.46 0 0.13
HSL 290º 0.6% 0.67% -
HSV(B) 290º 0.46% 0.87% -
XYZ 44.55 31.25 72.09 -
YUV 156.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 204 119 221 0.08 0.46 0 0.13 290 0.6 0.67
Hex CC 77 DD 8 2E 0 D 122 3C 43
Octal 314 167 335 10 56 0 15 442 74 103
Binary 11001100 1110111 11011101 1000 101110 0 1101 100100010 111100 1000011

Color Harmonies of #CC77DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77DD

Black with #CC77DD

Text Example


Text Example

White with #CC77DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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