Html Css Color HEX #CA34EF Medium Orchid

📋 copy color: '#CA34EF'

red 202 ◦ green 52 ◦ blue 239

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

Shades of Medium Orchid #CA34EF

Tints of Medium Orchid #CA34EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.48%

R = 40.97%
G = 10.55%
B = 48.48%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA34EF (or 0xCA34EF) is known color: Medium Orchid. HEX triplet: CA, 34 and EF. RGB value is (202,52,239). Sum of RGB (Red+Green+Blue) = 202+52+239=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA34EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34EF is #35CB10. Grayscale: #757575. Windows color (decimal): -3525393 or 15676618. OLE color: 15676618.

HSL color Cylindrical-coordinate representation of color #CA34EF: hue angle of 288.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA34EF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 52 239 -
CMYK 0.15 0.78 0 0.06
HSL 288.13º 0.85% 0.57% -
HSV(B) 288.13º 0.78% 0.94% -
XYZ 41.17 21.24 83.59 -
YUV 118.17 196.2 187.79 -
System Red Green Blue C M Y K H S L
Decimal 202 52 239 0.15 0.78 0 0.06 288.13 0.85 0.57
Hex CA 34 EF F 4E 0 6 120 55 39
Octal 312 64 357 17 116 0 6 440 125 71
Binary 11001010 110100 11101111 1111 1001110 0 110 100100000 1010101 111001

Color Harmonies of #CA34EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34EF

Black with #CA34EF

Text Example


Text Example

White with #CA34EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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