#CA6FC1

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

Shades of Orchid #CA6FC1

Tints of Orchid #CA6FC1

Color information

#CA6FC1 (or 0xCA6FC1) is unknown color: approx Orchid. HEX triplet: CA, 6F and C1. RGB value is (202,111,193). Sum of RGB (Red+Green+Blue) = 202+111+193=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FC1 is #35903E. Grayscale: #939393. Windows color (decimal): -3510335 or 12677066. OLE color: 12677066.

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

Color convert

RGB202111193-
CMYK00.450.040.21
HSL305.93º46.19%61.37%-
HSV(B)305.93º45.05%79.22%-
XYZ39.6727.7853.72-
YUV147.56153.65166.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 193 (75.78% from 255) = 38.14%
R=39.92%
G=21.94%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211119300.450.040.21305.9346.1961.37
HexCA6FC102D4151322e3d
Octal3121573010554254625675
Binary11001010110111111000001010110110010101100110010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FC1; }

 p { color: rgb(202,111,193); }

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

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

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

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

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

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

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