Html Css Color HEX #CA34DB Medium Orchid

📋 copy color: '#CA34DB'

red 202 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #CA34DB

Tints of Medium Orchid #CA34DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 42.71%
G = 10.99%
B = 46.3%

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

#CA34DB (or 0xCA34DB) is known color: Medium Orchid. HEX triplet: CA, 34 and DB. RGB value is (202,52,219). Sum of RGB (Red+Green+Blue) = 202+52+219=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA34DB is #35CB24. Grayscale: #737373. Windows color (decimal): -3525413 or 14365898. OLE color: 14365898.

HSL color Cylindrical-coordinate representation of color #CA34DB: hue angle of 293.89º degrees, saturation: 0.7, 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 #CA34DB is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 52 219 -
CMYK 0.08 0.76 0 0.14
HSL 293.89º 0.7% 0.53% -
HSV(B) 293.89º 0.76% 0.86% -
XYZ 38.37 20.13 68.88 -
YUV 115.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 202 52 219 0.08 0.76 0 0.14 293.89 0.7 0.53
Hex CA 34 DB 8 4C 0 E 126 46 35
Octal 312 64 333 10 114 0 16 446 106 65
Binary 11001010 110100 11011011 1000 1001100 0 1110 100100110 1000110 110101

Color Harmonies of #CA34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA34DB

Black with #CA34DB

Text Example


Text Example

White with #CA34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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