Html Css Color HEX #CC65DC Orchid

📋 copy color: '#CC65DC'

red 204 ◦ green 101 ◦ blue 220

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

Shades of Orchid #CC65DC

Tints of Orchid #CC65DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 38.86%
G = 19.24%
B = 41.9%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC65DC (or 0xCC65DC) is known color: Orchid. HEX triplet: CC, 65 and DC. RGB value is (204,101,220). Sum of RGB (Red+Green+Blue) = 204+101+220=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC65DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65DC is #339A23. Grayscale: #909090. Windows color (decimal): -3381796 or 14443980. OLE color: 14443980.

HSL color Cylindrical-coordinate representation of color #CC65DC: hue angle of 291.93º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC65DC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 101 220 -
CMYK 0.07 0.54 0 0.14
HSL 291.93º 0.63% 0.63% -
HSV(B) 291.93º 0.54% 0.86% -
XYZ 42.47 27.31 70.74 -
YUV 145.36 170.12 169.82 -
System Red Green Blue C M Y K H S L
Decimal 204 101 220 0.07 0.54 0 0.14 291.93 0.63 0.63
Hex CC 65 DC 7 36 0 E 124 3F 3F
Octal 314 145 334 7 66 0 16 444 77 77
Binary 11001100 1100101 11011100 111 110110 0 1110 100100100 111111 111111

Color Harmonies of #CC65DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC65DC

Black with #CC65DC

Text Example


Text Example

White with #CC65DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC65DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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