Html Css Color HEX #C252DD Medium Orchid

📋 copy color: '#C252DD'

red 194 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #C252DD

Tints of Medium Orchid #C252DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 39.03%
G = 16.5%
B = 44.47%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C252DD (or 0xC252DD) is known color: Medium Orchid. HEX triplet: C2, 52 and DD. RGB value is (194,82,221). Sum of RGB (Red+Green+Blue) = 194+82+221=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #C252DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252DD is #3DAD22. Grayscale: #828282. Windows color (decimal): -4042019 or 14504642. OLE color: 14504642.

HSL color Cylindrical-coordinate representation of color #C252DD: hue angle of 288.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C252DD is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 82 221 -
CMYK 0.12 0.63 0 0.13
HSL 288.35º 0.67% 0.59% -
HSV(B) 288.35º 0.63% 0.87% -
XYZ 38.32 22.72 70.77 -
YUV 131.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 194 82 221 0.12 0.63 0 0.13 288.35 0.67 0.59
Hex C2 52 DD C 3F 0 D 120 43 3B
Octal 302 122 335 14 77 0 15 440 103 73
Binary 11000010 1010010 11011101 1100 111111 0 1101 100100000 1000011 111011

Color Harmonies of #C252DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252DD

Black with #C252DD

Text Example


Text Example

White with #C252DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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