#CA69CA

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

Shades of Orchid #CA69CA

Tints of Orchid #CA69CA

Color information

#CA69CA (or 0xCA69CA) is unknown color: approx Orchid. HEX triplet: CA, 69 and CA. RGB value is (202,105,202). Sum of RGB (Red+Green+Blue) = 202+105+202=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA69CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69CA is #359635. Grayscale: #909090. Windows color (decimal): -3511862 or 13265354. OLE color: 13265354.

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

Color convert

RGB202105202-
CMYK00.4800.21
HSL300º47.78%60.2%-
HSV(B)300º48.02%79.22%-
XYZ40.0726.9258.96-
YUV145.06160.14168.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=39.69%
G=20.63%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210520200.4800.2130047.7860.2
HexCA69CA03001512c303c
Octal3121513120600254546074
Binary110010101101001110010100110000010101100101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA69CA; }

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

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

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

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

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

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

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

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