Html Css Color HEX #CA37DF Medium Orchid

📋 copy color: '#CA37DF'

red 202 ◦ green 55 ◦ blue 223

#CA37DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CA37DF

Tints of Medium Orchid #CA37DF

RGB

 RED value IS 202 (79.3% from 255) = 42.08%

 GREEN value IS 55 (21.88% from 255) = 11.46%

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 42.08%
G = 11.46%
B = 46.46%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA37DF (or 0xCA37DF) is known color: Medium Orchid. HEX triplet: CA, 37 and DF. RGB value is (202,55,223). Sum of RGB (Red+Green+Blue) = 202+55+223=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37DF is #35C820. Grayscale: #757575. Windows color (decimal): -3524641 or 14628810. OLE color: 14628810.

HSL color Cylindrical-coordinate representation of color #CA37DF: hue angle of 292.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA37DF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 55 223 -
CMYK 0.09 0.75 0 0.13
HSL 292.5º 0.72% 0.55% -
HSV(B) 292.5º 0.75% 0.87% -
XYZ 39.04 20.62 71.73 -
YUV 118.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 202 55 223 0.09 0.75 0 0.13 292.5 0.72 0.55
Hex CA 37 DF 9 4B 0 D 124 48 37
Octal 312 67 337 11 113 0 15 444 110 67
Binary 11001010 110111 11011111 1001 1001011 0 1101 100100100 1001000 110111

Color Harmonies of #CA37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37DF

Black with #CA37DF

Text Example


Text Example

White with #CA37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37DF; }

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

 H1.HeaderClassName
 {
   color: #CA37DF;
 }
 .AnyTagClassName
 {
   color: #CA37DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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