Html Css Color HEX #CC63DD Orchid

📋 copy color: '#CC63DD'

red 204 ◦ green 99 ◦ blue 221

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

Shades of Orchid #CC63DD

Tints of Orchid #CC63DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.89%

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

R = 38.93%
G = 18.89%
B = 42.18%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC63DD (or 0xCC63DD) is known color: Orchid. HEX triplet: CC, 63 and DD. RGB value is (204,99,221). Sum of RGB (Red+Green+Blue) = 204+99+221=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC63DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63DD is #339C22. Grayscale: #8F8F8F. Windows color (decimal): -3382307 or 14509004. OLE color: 14509004.

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

Color convert

RGB 204 99 221 -
CMYK 0.08 0.55 0 0.13
HSL 291.64º 0.64% 0.63% -
HSV(B) 291.64º 0.55% 0.87% -
XYZ 42.41 26.98 71.38 -
YUV 144.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 204 99 221 0.08 0.55 0 0.13 291.64 0.64 0.63
Hex CC 63 DD 8 37 0 D 124 40 3F
Octal 314 143 335 10 67 0 15 444 100 77
Binary 11001100 1100011 11011101 1000 110111 0 1101 100100100 1000000 111111

Color Harmonies of #CC63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC63DD

Black with #CC63DD

Text Example


Text Example

White with #CC63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC63DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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