Html Css Color HEX #C252CD Medium Orchid

📋 copy color: '#C252CD'

red 194 ◦ green 82 ◦ blue 205

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

Shades of Medium Orchid #C252CD

Tints of Medium Orchid #C252CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 40.33%
G = 17.05%
B = 42.62%

CMYK

 C value IS 0.05

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C252CD (or 0xC252CD) is known color: Medium Orchid. HEX triplet: C2, 52 and CD. RGB value is (194,82,205). Sum of RGB (Red+Green+Blue) = 194+82+205=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #C252CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C252CD is #3DAD32. Grayscale: #818181. Windows color (decimal): -4042035 or 13456066. OLE color: 13456066.

HSL color Cylindrical-coordinate representation of color #C252CD: hue angle of 294.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C252CD is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 82 205 -
CMYK 0.05 0.6 0 0.20
HSL 294.63º 0.55% 0.56% -
HSV(B) 294.63º 0.6% 0.8% -
XYZ 36.28 21.91 60.07 -
YUV 129.51 170.61 174 -
System Red Green Blue C M Y K H S L
Decimal 194 82 205 0.05 0.6 0 0.20 294.63 0.55 0.56
Hex C2 52 CD 5 3C 0 14 127 37 38
Octal 302 122 315 5 74 0 24 447 67 70
Binary 11000010 1010010 11001101 101 111100 0 10100 100100111 110111 111000

Color Harmonies of #C252CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C252CD

Black with #C252CD

Text Example


Text Example

White with #C252CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C252CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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