#CA65D4

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

Shades of Orchid #CA65D4

Tints of Orchid #CA65D4

Color information

#CA65D4 (or 0xCA65D4) is unknown color: approx Orchid. HEX triplet: CA, 65 and D4. RGB value is (202,101,212). Sum of RGB (Red+Green+Blue) = 202+101+212=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA65D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65D4 is #359A2B. Grayscale: #8F8F8F. Windows color (decimal): -3512876 or 13919690. OLE color: 13919690.

HSL color Cylindrical-coordinate representation of color #CA65D4: hue angle of 294.59º 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 #CA65D4 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB202101212-
CMYK0.050.5200.17
HSL294.59º56.35%61.37%-
HSV(B)294.59º52.36%83.14%-
XYZ40.8926.6265.27-
YUV143.85166.46169.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 101 (39.84% from 255) = 19.61%
BLUE value IS 212 (83.20% from 255) = 41.17%
R=39.22%
G=19.61%
B=41.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2021012120.050.5200.17294.5956.3561.37
HexCA65D4534011127383d
Octal3121453245640214477075
Binary11001010110010111010100101110100010001100100111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65D4; }

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

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

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

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

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

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

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

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