#CA6BCA

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

Shades of Orchid #CA6BCA

Tints of Orchid #CA6BCA

Color information

#CA6BCA (or 0xCA6BCA) is unknown color: approx Orchid. HEX triplet: CA, 6B and CA. RGB value is (202,107,202). Sum of RGB (Red+Green+Blue) = 202+107+202=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA6BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BCA is #359435. Grayscale: #919191. Windows color (decimal): -3511350 or 13265866. OLE color: 13265866.

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

Color convert

RGB202107202-
CMYK00.4700.21
HSL300º47.26%60.59%-
HSV(B)300º47.03%79.22%-
XYZ40.2827.3459.03-
YUV146.23159.47167.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 107 (42.19% from 255) = 20.94%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=39.53%
G=20.94%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210720200.4700.2130047.2660.59
HexCA6BCA02F01512c2f3d
Octal3121533120570254545775
Binary110010101101011110010100101111010101100101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BCA; }

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

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

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

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

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

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

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

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