Html Css Color HEX #CA34ED Medium Orchid

📋 copy color: '#CA34ED'

red 202 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #CA34ED

Tints of Medium Orchid #CA34ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 41.14%
G = 10.59%
B = 48.27%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA34ED (or 0xCA34ED) is known color: Medium Orchid. HEX triplet: CA, 34 and ED. RGB value is (202,52,237). Sum of RGB (Red+Green+Blue) = 202+52+237=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34ED is #35CB12. Grayscale: #757575. Windows color (decimal): -3525395 or 15545546. OLE color: 15545546.

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

Color convert

RGB 202 52 237 -
CMYK 0.15 0.78 0 0.07
HSL 288.65º 0.84% 0.57% -
HSV(B) 288.65º 0.78% 0.93% -
XYZ 40.87 21.13 82.04 -
YUV 117.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 202 52 237 0.15 0.78 0 0.07 288.65 0.84 0.57
Hex CA 34 ED F 4E 0 7 121 54 39
Octal 312 64 355 17 116 0 7 441 124 71
Binary 11001010 110100 11101101 1111 1001110 0 111 100100001 1010100 111001

Color Harmonies of #CA34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34ED

Black with #CA34ED

Text Example


Text Example

White with #CA34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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