#CA6BD5

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

Shades of Orchid #CA6BD5

Tints of Orchid #CA6BD5

Color information

#CA6BD5 (or 0xCA6BD5) is unknown color: approx Orchid. HEX triplet: CA, 6B and D5. RGB value is (202,107,213). Sum of RGB (Red+Green+Blue) = 202+107+213=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BD5 is #35942A. Grayscale: #939393. Windows color (decimal): -3511339 or 13986762. OLE color: 13986762.

HSL color Cylindrical-coordinate representation of color #CA6BD5: hue angle of 293.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6BD5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202107213-
CMYK0.050.5000.16
HSL293.77º55.79%62.75%-
HSV(B)293.77º49.77%83.53%-
XYZ41.6327.8866.14-
YUV147.49164.97166.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 107 (42.19% from 255) = 20.50%
BLUE value IS 213 (83.59% from 255) = 40.80%
R=38.70%
G=20.50%
B=40.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021072130.050.5000.16293.7755.7962.75
HexCA6BD5532010126383f
Octal3121533255620204467077
Binary11001010110101111010101101110010010000100100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6BD5; }

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

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

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

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

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

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

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

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