#CA69CB

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

Shades of Orchid #CA69CB

Tints of Orchid #CA69CB

Color information

#CA69CB (or 0xCA69CB) is unknown color: approx Orchid. HEX triplet: CA, 69 and CB. RGB value is (202,105,203). Sum of RGB (Red+Green+Blue) = 202+105+203=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69CB is #359634. Grayscale: #909090. Windows color (decimal): -3511861 or 13330890. OLE color: 13330890.

HSL color Cylindrical-coordinate representation of color #CA69CB: hue angle of 299.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA69CB is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202105203-
CMYK0.000.4800.20
HSL299.39º48.51%60.39%-
HSV(B)299.39º48.28%79.61%-
XYZ40.1926.9759.59-
YUV145.17160.64168.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 105 (41.41% from 255) = 20.59%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=39.61%
G=20.59%
B=39.80%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021052030.000.4800.20299.3948.5160.39
HexCA69CB03001412b313c
Octal3121513130600244536174
Binary110010101101001110010110110000010100100101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69CB; }

 p { color: rgb(202,105,203); }

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

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

 a { background-color: rgb(202,105,203); }

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

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

 span { border-color: rgb(202,105,203); }

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