Html Css Color HEX #CC77DE Orchid

📋 copy color: '#CC77DE'

red 204 ◦ green 119 ◦ blue 222

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

Shades of Orchid #CC77DE

Tints of Orchid #CC77DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.73%

R = 37.43%
G = 21.83%
B = 40.73%

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

#CC77DE (or 0xCC77DE) is known color: Orchid. HEX triplet: CC, 77 and DE. RGB value is (204,119,222). Sum of RGB (Red+Green+Blue) = 204+119+222=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DE is #338821. Grayscale: #9B9B9B. Windows color (decimal): -3377186 or 14579660. OLE color: 14579660.

HSL color Cylindrical-coordinate representation of color #CC77DE: hue angle of 289.51º degrees, saturation: 0.61, 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 #CC77DE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 119 222 -
CMYK 0.08 0.46 0 0.13
HSL 289.51º 0.61% 0.67% -
HSV(B) 289.51º 0.46% 0.87% -
XYZ 44.68 31.3 72.79 -
YUV 156.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 204 119 222 0.08 0.46 0 0.13 289.51 0.61 0.67
Hex CC 77 DE 8 2E 0 D 122 3D 43
Octal 314 167 336 10 56 0 15 442 75 103
Binary 11001100 1110111 11011110 1000 101110 0 1101 100100010 111101 1000011

Color Harmonies of #CC77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77DE

Black with #CC77DE

Text Example


Text Example

White with #CC77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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