#CA37D6

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

Shades of Medium Orchid #CA37D6

Tints of Medium Orchid #CA37D6

Color information

#CA37D6 (or 0xCA37D6) is unknown color: approx Medium Orchid. HEX triplet: CA, 37 and D6. RGB value is (202,55,214). Sum of RGB (Red+Green+Blue) = 202+55+214=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA37D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37D6 is #35C829. Grayscale: #747474. Windows color (decimal): -3524650 or 14038986. OLE color: 14038986.

HSL color Cylindrical-coordinate representation of color #CA37D6: hue angle of 295.47º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA37D6 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20255214-
CMYK0.060.7400.16
HSL295.47º65.98%52.75%-
HSV(B)295.47º74.3%83.92%-
XYZ37.8620.1465.51-
YUV117.08182.7188.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 55 (21.88% from 255) = 11.68%
BLUE value IS 214 (83.98% from 255) = 45.44%
R=42.89%
G=11.68%
B=45.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202552140.060.7400.16295.4765.9852.75
HexCA37D664A0101274235
Octal31267326611202044710265
Binary110010101101111101011011010010100100001001001111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA37D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA37D6; }

 p { color: rgb(202,55,214); }

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

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

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

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

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

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

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