#CA67D5

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

Shades of Orchid #CA67D5

Tints of Orchid #CA67D5

Color information

#CA67D5 (or 0xCA67D5) is unknown color: approx Orchid. HEX triplet: CA, 67 and D5. RGB value is (202,103,213). Sum of RGB (Red+Green+Blue) = 202+103+213=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA67D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67D5 is #35982A. Grayscale: #909090. Windows color (decimal): -3512363 or 13985738. OLE color: 13985738.

HSL color Cylindrical-coordinate representation of color #CA67D5: hue angle of 294º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA67D5 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202103213-
CMYK0.050.5200.16
HSL294º56.7%61.96%-
HSV(B)294º51.64%83.53%-
XYZ41.2227.0666-
YUV145.14166.3168.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 103 (40.62% from 255) = 19.88%
BLUE value IS 213 (83.59% from 255) = 41.12%
R=39.00%
G=19.88%
B=41.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021032130.050.5200.1629456.761.96
HexCA67D5534010126393e
Octal3121473255640204467176
Binary11001010110011111010101101110100010000100100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67D5; }

 p { color: rgb(202,103,213); }

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

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

 a { background-color: rgb(202,103,213); }

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

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

 span { border-color: rgb(202,103,213); }

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