Html Css Color HEX #C252DB Medium Orchid

📋 copy color: '#C252DB'

red 194 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #C252DB

Tints of Medium Orchid #C252DB

RGB

 RED value IS 194 (76.17% from 255) = 39.19%

 GREEN value IS 82 (32.42% from 255) = 16.57%

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

R = 39.19%
G = 16.57%
B = 44.24%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C252DB (or 0xC252DB) is known color: Medium Orchid. HEX triplet: C2, 52 and DB. RGB value is (194,82,219). Sum of RGB (Red+Green+Blue) = 194+82+219=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #C252DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252DB is #3DAD24. Grayscale: #828282. Windows color (decimal): -4042021 or 14373570. OLE color: 14373570.

HSL color Cylindrical-coordinate representation of color #C252DB: hue angle of 289.05º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C252DB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 82 219 -
CMYK 0.11 0.63 0 0.14
HSL 289.05º 0.66% 0.59% -
HSV(B) 289.05º 0.63% 0.86% -
XYZ 38.05 22.62 69.38 -
YUV 131.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 194 82 219 0.11 0.63 0 0.14 289.05 0.66 0.59
Hex C2 52 DB B 3F 0 E 121 42 3B
Octal 302 122 333 13 77 0 16 441 102 73
Binary 11000010 1010010 11011011 1011 111111 0 1110 100100001 1000010 111011

Color Harmonies of #C252DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252DB

Black with #C252DB

Text Example


Text Example

White with #C252DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252DB; }

 p { color: rgb(194,82,219); }

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

background-color css

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

 a { background-color: rgb(194,82,219); }

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

border-color css

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

 span { border-color: rgb(194,82,219); }

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