Html Css Color HEX #CA37F3 Medium Orchid

📋 copy color: '#CA37F3'

red 202 ◦ green 55 ◦ blue 243

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

Shades of Medium Orchid #CA37F3

Tints of Medium Orchid #CA37F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.6%

R = 40.4%
G = 11%
B = 48.6%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA37F3 (or 0xCA37F3) is known color: Medium Orchid. HEX triplet: CA, 37 and F3. RGB value is (202,55,243). Sum of RGB (Red+Green+Blue) = 202+55+243=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 55 (21.88% from 255 or 11% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA37F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37F3 is #35C80C. Grayscale: #777777. Windows color (decimal): -3524621 or 15939530. OLE color: 15939530.

HSL color Cylindrical-coordinate representation of color #CA37F3: hue angle of 286.91º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA37F3 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 55 243 -
CMYK 0.17 0.77 0 0.05
HSL 286.91º 0.89% 0.58% -
HSV(B) 286.91º 0.77% 0.95% -
XYZ 41.9 21.76 86.79 -
YUV 120.39 197.2 186.21 -
System Red Green Blue C M Y K H S L
Decimal 202 55 243 0.17 0.77 0 0.05 286.91 0.89 0.58
Hex CA 37 F3 11 4D 0 5 11F 59 3A
Octal 312 67 363 21 115 0 5 437 131 72
Binary 11001010 110111 11110011 10001 1001101 0 101 100011111 1011001 111010

Color Harmonies of #CA37F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37F3

Black with #CA37F3

Text Example


Text Example

White with #CA37F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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