Html Css Color HEX #CA37EE Medium Orchid

📋 copy color: '#CA37EE'

red 202 ◦ green 55 ◦ blue 238

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

Shades of Medium Orchid #CA37EE

Tints of Medium Orchid #CA37EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 40.81%
G = 11.11%
B = 48.08%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA37EE (or 0xCA37EE) is known color: Medium Orchid. HEX triplet: CA, 37 and EE. RGB value is (202,55,238). Sum of RGB (Red+Green+Blue) = 202+55+238=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA37EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37EE is #35C811. Grayscale: #777777. Windows color (decimal): -3524626 or 15611850. OLE color: 15611850.

HSL color Cylindrical-coordinate representation of color #CA37EE: hue angle of 288.2º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA37EE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 55 238 -
CMYK 0.15 0.77 0 0.07
HSL 288.2º 0.84% 0.57% -
HSV(B) 288.2º 0.77% 0.93% -
XYZ 41.16 21.46 82.86 -
YUV 119.82 194.7 186.62 -
System Red Green Blue C M Y K H S L
Decimal 202 55 238 0.15 0.77 0 0.07 288.2 0.84 0.57
Hex CA 37 EE F 4D 0 7 120 54 39
Octal 312 67 356 17 115 0 7 440 124 71
Binary 11001010 110111 11101110 1111 1001101 0 111 100100000 1010100 111001

Color Harmonies of #CA37EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37EE

Black with #CA37EE

Text Example


Text Example

White with #CA37EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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