Html Css Color HEX #CA36F3 Medium Orchid

📋 copy color: '#CA36F3'

red 202 ◦ green 54 ◦ blue 243

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

Shades of Medium Orchid #CA36F3

Tints of Medium Orchid #CA36F3

RGB

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

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

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

R = 40.48%
G = 10.82%
B = 48.7%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA36F3 (or 0xCA36F3) is known color: Medium Orchid. HEX triplet: CA, 36 and F3. RGB value is (202,54,243). Sum of RGB (Red+Green+Blue) = 202+54+243=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA36F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36F3 is #35C90C. Grayscale: #777777. Windows color (decimal): -3524877 or 15939274. OLE color: 15939274.

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

Color convert

RGB 202 54 243 -
CMYK 0.17 0.78 0 0.05
HSL 286.98º 0.89% 0.58% -
HSV(B) 286.98º 0.78% 0.95% -
XYZ 41.85 21.67 86.77 -
YUV 119.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 202 54 243 0.17 0.78 0 0.05 286.98 0.89 0.58
Hex CA 36 F3 11 4E 0 5 11F 59 3A
Octal 312 66 363 21 116 0 5 437 131 72
Binary 11001010 110110 11110011 10001 1001110 0 101 100011111 1011001 111010

Color Harmonies of #CA36F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36F3

Black with #CA36F3

Text Example


Text Example

White with #CA36F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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