Html Css Color HEX #CA36F9 Medium Orchid

📋 copy color: '#CA36F9'

red 202 ◦ green 54 ◦ blue 249

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

Shades of Medium Orchid #CA36F9

Tints of Medium Orchid #CA36F9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.69%

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

R = 40%
G = 10.69%
B = 49.31%

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

#CA36F9 (or 0xCA36F9) is known color: Medium Orchid. HEX triplet: CA, 36 and F9. RGB value is (202,54,249). Sum of RGB (Red+Green+Blue) = 202+54+249=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA36F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36F9 is #35C906. Grayscale: #777777. Windows color (decimal): -3524871 or 16332490. OLE color: 16332490.

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

Color convert

RGB 202 54 249 -
CMYK 0.19 0.78 0 0.02
HSL 285.54º 0.94% 0.59% -
HSV(B) 285.54º 0.78% 0.98% -
XYZ 42.78 22.03 91.62 -
YUV 120.48 200.53 186.14 -
System Red Green Blue C M Y K H S L
Decimal 202 54 249 0.19 0.78 0 0.02 285.54 0.94 0.59
Hex CA 36 F9 13 4E 0 2 11E 5E 3B
Octal 312 66 371 23 116 0 2 436 136 73
Binary 11001010 110110 11111001 10011 1001110 0 10 100011110 1011110 111011

Color Harmonies of #CA36F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36F9

Black with #CA36F9

Text Example


Text Example

White with #CA36F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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