#CC65D4

Color #CC65D4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC65D4

Tints of Orchid #CC65D4

Color information

#CC65D4 (or 0xCC65D4) is unknown color: approx Orchid. HEX triplet: CC, 65 and D4. RGB value is (204,101,212). Sum of RGB (Red+Green+Blue) = 204+101+212=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 212 (83.20% from 255 or 41.01% from 517); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC65D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65D4 is #339A2B. Grayscale: #909090. Windows color (decimal): -3381804 or 13919692. OLE color: 13919692.

HSL color Cylindrical-coordinate representation of color #CC65D4: hue angle of 295.68º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC65D4 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204101212-
CMYK0.040.5200.17
HSL295.68º56.35%61.37%-
HSV(B)295.68º52.36%83.14%-
XYZ41.4426.965.3-
YUV144.45166.12170.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 212 (83.20% from 255) = 41.01%
R=39.46%
G=19.54%
B=41.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041012120.040.5200.17295.6856.3561.37
HexCC65D4434011128383d
Octal3141453244640214507075
Binary11001100110010111010100100110100010001100101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC65D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC65D4; }

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

 H1.HeaderClassName
 {
   color: #CC65D4;
 }
 .AnyTagClassName
 {
   color: #CC65D4;
 }
</style>
background-color css

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

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

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

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

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

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