Html Css Color HEX #CC65DD Orchid

📋 copy color: '#CC65DD'

red 204 ◦ green 101 ◦ blue 221

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

Shades of Orchid #CC65DD

Tints of Orchid #CC65DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.2%

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

R = 38.78%
G = 19.2%
B = 42.02%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC65DD (or 0xCC65DD) is known color: Orchid. HEX triplet: CC, 65 and DD. RGB value is (204,101,221). Sum of RGB (Red+Green+Blue) = 204+101+221=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65DD is #339A22. Grayscale: #919191. Windows color (decimal): -3381795 or 14509516. OLE color: 14509516.

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

Color convert

RGB 204 101 221 -
CMYK 0.08 0.54 0 0.13
HSL 291.5º 0.64% 0.63% -
HSV(B) 291.5º 0.54% 0.87% -
XYZ 42.61 27.37 71.44 -
YUV 145.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 204 101 221 0.08 0.54 0 0.13 291.5 0.64 0.63
Hex CC 65 DD 8 36 0 D 124 40 3F
Octal 314 145 335 10 66 0 15 444 100 77
Binary 11001100 1100101 11011101 1000 110110 0 1101 100100100 1000000 111111

Color Harmonies of #CC65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65DD

Black with #CC65DD

Text Example


Text Example

White with #CC65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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