Html Css Color HEX #CA34EC Medium Orchid

📋 copy color: '#CA34EC'

red 202 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #CA34EC

Tints of Medium Orchid #CA34EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 41.22%
G = 10.61%
B = 48.16%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA34EC (or 0xCA34EC) is known color: Medium Orchid. HEX triplet: CA, 34 and EC. RGB value is (202,52,236). Sum of RGB (Red+Green+Blue) = 202+52+236=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34EC is #35CB13. Grayscale: #757575. Windows color (decimal): -3525396 or 15480010. OLE color: 15480010.

HSL color Cylindrical-coordinate representation of color #CA34EC: hue angle of 288.91º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA34EC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 52 236 -
CMYK 0.14 0.78 0 0.07
HSL 288.91º 0.83% 0.56% -
HSV(B) 288.91º 0.78% 0.93% -
XYZ 40.73 21.07 81.28 -
YUV 117.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 202 52 236 0.14 0.78 0 0.07 288.91 0.83 0.56
Hex CA 34 EC E 4E 0 7 121 53 38
Octal 312 64 354 16 116 0 7 441 123 70
Binary 11001010 110100 11101100 1110 1001110 0 111 100100001 1010011 111000

Color Harmonies of #CA34EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34EC

Black with #CA34EC

Text Example


Text Example

White with #CA34EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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