#CA63D0

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

Shades of Orchid #CA63D0

Tints of Orchid #CA63D0

Color information

#CA63D0 (or 0xCA63D0) is unknown color: approx Orchid. HEX triplet: CA, 63 and D0. RGB value is (202,99,208). Sum of RGB (Red+Green+Blue) = 202+99+208=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA63D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA63D0 is #359C2F. Grayscale: #8D8D8D. Windows color (decimal): -3513392 or 13657034. OLE color: 13657034.

HSL color Cylindrical-coordinate representation of color #CA63D0: hue angle of 296.7º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA63D0 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20299208-
CMYK0.030.5200.18
HSL296.7º53.69%60.2%-
HSV(B)296.7º52.4%81.57%-
XYZ40.226.0362.58-
YUV142.22165.12170.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 99 (39.06% from 255) = 19.45%
BLUE value IS 208 (81.64% from 255) = 40.86%
R=39.69%
G=19.45%
B=40.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202992080.030.5200.18296.753.6960.2
HexCA63D0334012129363c
Octal3121433203640224516674
Binary1100101011000111101000011110100010010100101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63D0; }

 p { color: rgb(202,99,208); }

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

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

 a { background-color: rgb(202,99,208); }

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

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

 span { border-color: rgb(202,99,208); }

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