Html Css Color HEX #CA36D9 Medium Orchid

📋 copy color: '#CA36D9'

red 202 ◦ green 54 ◦ blue 217

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

Shades of Medium Orchid #CA36D9

Tints of Medium Orchid #CA36D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 42.71%
G = 11.42%
B = 45.88%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA36D9 (or 0xCA36D9) is known color: Medium Orchid. HEX triplet: CA, 36 and D9. RGB value is (202,54,217). Sum of RGB (Red+Green+Blue) = 202+54+217=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA36D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36D9 is #35C926. Grayscale: #747474. Windows color (decimal): -3524903 or 14235338. OLE color: 14235338.

HSL color Cylindrical-coordinate representation of color #CA36D9: hue angle of 294.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA36D9 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 54 217 -
CMYK 0.07 0.75 0 0.15
HSL 294.48º 0.68% 0.53% -
HSV(B) 294.48º 0.75% 0.85% -
XYZ 38.2 20.2 67.53 -
YUV 116.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 202 54 217 0.07 0.75 0 0.15 294.48 0.68 0.53
Hex CA 36 D9 7 4B 0 F 126 44 35
Octal 312 66 331 7 113 0 17 446 104 65
Binary 11001010 110110 11011001 111 1001011 0 1111 100100110 1000100 110101

Color Harmonies of #CA36D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36D9

Black with #CA36D9

Text Example


Text Example

White with #CA36D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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