Html Css Color HEX #CA34E0 Medium Orchid

📋 copy color: '#CA34E0'

red 202 ◦ green 52 ◦ blue 224

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

Shades of Medium Orchid #CA34E0

Tints of Medium Orchid #CA34E0

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.88%

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 42.26%
G = 10.88%
B = 46.86%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA34E0 (or 0xCA34E0) is known color: Medium Orchid. HEX triplet: CA, 34 and E0. RGB value is (202,52,224). Sum of RGB (Red+Green+Blue) = 202+52+224=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA34E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34E0 is #35CB1F. Grayscale: #737373. Windows color (decimal): -3525408 or 14693578. OLE color: 14693578.

HSL color Cylindrical-coordinate representation of color #CA34E0: hue angle of 292.33º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA34E0 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 52 224 -
CMYK 0.10 0.77 0 0.12
HSL 292.33º 0.74% 0.54% -
HSV(B) 292.33º 0.77% 0.88% -
XYZ 39.04 20.39 72.4 -
YUV 116.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 202 52 224 0.10 0.77 0 0.12 292.33 0.74 0.54
Hex CA 34 E0 A 4D 0 C 124 4A 36
Octal 312 64 340 12 115 0 14 444 112 66
Binary 11001010 110100 11100000 1010 1001101 0 1100 100100100 1001010 110110

Color Harmonies of #CA34E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34E0

Black with #CA34E0

Text Example


Text Example

White with #CA34E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34E0; }

 p { color: rgb(202,52,224); }

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

background-color css

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

 a { background-color: rgb(202,52,224); }

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

border-color css

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

 span { border-color: rgb(202,52,224); }

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