#CA61D4

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

Shades of Medium Orchid #CA61D4

Tints of Medium Orchid #CA61D4

Color information

#CA61D4 (or 0xCA61D4) is unknown color: approx Medium Orchid. HEX triplet: CA, 61 and D4. RGB value is (202,97,212). Sum of RGB (Red+Green+Blue) = 202+97+212=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA61D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61D4 is #359E2B. Grayscale: #8D8D8D. Windows color (decimal): -3513900 or 13918666. OLE color: 13918666.

HSL color Cylindrical-coordinate representation of color #CA61D4: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA61D4 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20297212-
CMYK0.050.5400.17
HSL294.78º57.21%60.59%-
HSV(B)294.78º54.25%83.14%-
XYZ40.5225.8665.14-
YUV141.5167.79171.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=39.53%
G=18.98%
B=41.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202972120.050.5400.17294.7857.2160.59
HexCA61D4536011127393d
Octal3121413245660214477175
Binary11001010110000111010100101110110010001100100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA61D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA61D4; }

 p { color: rgb(202,97,212); }

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

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

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

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

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

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

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