Html Css Color HEX #CA37F9 Medium Orchid

📋 copy color: '#CA37F9'

red 202 ◦ green 55 ◦ blue 249

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

Shades of Medium Orchid #CA37F9

Tints of Medium Orchid #CA37F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 39.92%
G = 10.87%
B = 49.21%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA37F9 (or 0xCA37F9) is known color: Medium Orchid. HEX triplet: CA, 37 and F9. RGB value is (202,55,249). Sum of RGB (Red+Green+Blue) = 202+55+249=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA37F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37F9 is #35C806. Grayscale: #787878. Windows color (decimal): -3524615 or 16332746. OLE color: 16332746.

HSL color Cylindrical-coordinate representation of color #CA37F9: hue angle of 285.46º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA37F9 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 55 249 -
CMYK 0.19 0.78 0 0.02
HSL 285.46º 0.94% 0.6% -
HSV(B) 285.46º 0.78% 0.98% -
XYZ 42.82 22.13 91.64 -
YUV 121.07 200.2 185.73 -
System Red Green Blue C M Y K H S L
Decimal 202 55 249 0.19 0.78 0 0.02 285.46 0.94 0.6
Hex CA 37 F9 13 4E 0 2 11D 5E 3C
Octal 312 67 371 23 116 0 2 435 136 74
Binary 11001010 110111 11111001 10011 1001110 0 10 100011101 1011110 111100

Color Harmonies of #CA37F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37F9

Black with #CA37F9

Text Example


Text Example

White with #CA37F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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