Html Css Color HEX #CA34DC Medium Orchid

📋 copy color: '#CA34DC'

red 202 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #CA34DC

Tints of Medium Orchid #CA34DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 42.62%
G = 10.97%
B = 46.41%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA34DC (or 0xCA34DC) is known color: Medium Orchid. HEX triplet: CA, 34 and DC. RGB value is (202,52,220). Sum of RGB (Red+Green+Blue) = 202+52+220=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 52 (20.70% from 255 or 10.97% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34DC is #35CB23. Grayscale: #737373. Windows color (decimal): -3525412 or 14431434. OLE color: 14431434.

HSL color Cylindrical-coordinate representation of color #CA34DC: hue angle of 293.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA34DC is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 52 220 -
CMYK 0.08 0.76 0 0.14
HSL 293.57º 0.71% 0.53% -
HSV(B) 293.57º 0.76% 0.86% -
XYZ 38.5 20.18 69.58 -
YUV 116 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 202 52 220 0.08 0.76 0 0.14 293.57 0.71 0.53
Hex CA 34 DC 8 4C 0 E 126 47 35
Octal 312 64 334 10 114 0 16 446 107 65
Binary 11001010 110100 11011100 1000 1001100 0 1110 100100110 1000111 110101

Color Harmonies of #CA34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34DC

Black with #CA34DC

Text Example


Text Example

White with #CA34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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