Html Css Color HEX #CA37FC Medium Orchid

📋 copy color: '#CA37FC'

red 202 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #CA37FC

Tints of Medium Orchid #CA37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.51%

R = 39.69%
G = 10.81%
B = 49.51%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA37FC (or 0xCA37FC) is known color: Medium Orchid. HEX triplet: CA, 37 and FC. RGB value is (202,55,252). Sum of RGB (Red+Green+Blue) = 202+55+252=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37FC is #35C803. Grayscale: #787878. Windows color (decimal): -3524612 or 16529354. OLE color: 16529354.

HSL color Cylindrical-coordinate representation of color #CA37FC: hue angle of 284.77º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA37FC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 55 252 -
CMYK 0.20 0.78 0 0.01
HSL 284.77º 0.97% 0.6% -
HSV(B) 284.77º 0.78% 0.99% -
XYZ 43.29 22.32 94.12 -
YUV 121.41 201.7 185.48 -
System Red Green Blue C M Y K H S L
Decimal 202 55 252 0.20 0.78 0 0.01 284.77 0.97 0.6
Hex CA 37 FC 14 4E 0 1 11D 61 3C
Octal 312 67 374 24 116 0 1 435 141 74
Binary 11001010 110111 11111100 10100 1001110 0 1 100011101 1100001 111100

Color Harmonies of #CA37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA37FC

Black with #CA37FC

Text Example


Text Example

White with #CA37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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