Html Css Color HEX #CC77DF Orchid

📋 copy color: '#CC77DF'

red 204 ◦ green 119 ◦ blue 223

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

Shades of Orchid #CC77DF

Tints of Orchid #CC77DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 37.36%
G = 21.79%
B = 40.84%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC77DF (or 0xCC77DF) is known color: Orchid. HEX triplet: CC, 77 and DF. RGB value is (204,119,223). Sum of RGB (Red+Green+Blue) = 204+119+223=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC77DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DF is #338820. Grayscale: #9B9B9B. Windows color (decimal): -3377185 or 14645196. OLE color: 14645196.

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

Color convert

RGB 204 119 223 -
CMYK 0.09 0.47 0 0.13
HSL 289.04º 0.62% 0.67% -
HSV(B) 289.04º 0.47% 0.87% -
XYZ 44.82 31.36 73.5 -
YUV 156.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 204 119 223 0.09 0.47 0 0.13 289.04 0.62 0.67
Hex CC 77 DF 9 2F 0 D 121 3E 43
Octal 314 167 337 11 57 0 15 441 76 103
Binary 11001100 1110111 11011111 1001 101111 0 1101 100100001 111110 1000011

Color Harmonies of #CC77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77DF

Black with #CC77DF

Text Example


Text Example

White with #CC77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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