#CA67D1

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

Shades of Orchid #CA67D1

Tints of Orchid #CA67D1

Color information

#CA67D1 (or 0xCA67D1) is unknown color: approx Orchid. HEX triplet: CA, 67 and D1. RGB value is (202,103,209). Sum of RGB (Red+Green+Blue) = 202+103+209=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA67D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67D1 is #35982E. Grayscale: #909090. Windows color (decimal): -3512367 or 13723594. OLE color: 13723594.

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

Color convert

RGB202103209-
CMYK0.030.5100.18
HSL296.04º53.54%61.18%-
HSV(B)296.04º50.72%81.96%-
XYZ40.7226.8663.36-
YUV144.68164.3168.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.30%
GREEN value IS 103 (40.62% from 255) = 20.04%
BLUE value IS 209 (82.03% from 255) = 40.66%
R=39.30%
G=20.04%
B=40.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021032090.030.5100.18296.0453.5461.18
HexCA67D1333012128363d
Octal3121473213630224506675
Binary1100101011001111101000111110011010010100101000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67D1; }

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

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

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

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

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

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

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

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