Html Css Color HEX #CA37FF Medium Orchid

📋 copy color: '#CA37FF'

red 202 ◦ green 55 ◦ blue 255

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

Shades of Medium Orchid #CA37FF

Tints of Medium Orchid #CA37FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 39.45%
G = 10.74%
B = 49.8%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA37FF (or 0xCA37FF) is known color: Medium Orchid. HEX triplet: CA, 37 and FF. RGB value is (202,55,255). Sum of RGB (Red+Green+Blue) = 202+55+255=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 55 (21.88% from 255 or 10.74% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA37FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37FF is #35C800. Grayscale: #797979. Windows color (decimal): -3524609 or 16725962. OLE color: 16725962.

HSL color Cylindrical-coordinate representation of color #CA37FF: hue angle of 284.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA37FF is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 55 255 -
CMYK 0.21 0.78 0 0
HSL 284.1º 1% 0.61% -
HSV(B) 284.1º 0.78% 1% -
XYZ 43.77 22.51 96.65 -
YUV 121.75 203.2 185.24 -
System Red Green Blue C M Y K H S L
Decimal 202 55 255 0.21 0.78 0 0 284.1 1 0.61
Hex CA 37 FF 15 4E 0 0 11C 64 3D
Octal 312 67 377 25 116 0 0 434 144 75
Binary 11001010 110111 11111111 10101 1001110 0 0 100011100 1100100 111101

Color Harmonies of #CA37FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37FF

Black with #CA37FF

Text Example


Text Example

White with #CA37FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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