Html Css Color HEX #C24BD0 Medium Orchid

📋 copy color: '#C24BD0'

red 194 ◦ green 75 ◦ blue 208

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

Shades of Medium Orchid #C24BD0

Tints of Medium Orchid #C24BD0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.72%

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 40.67%
G = 15.72%
B = 43.61%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C24BD0 (or 0xC24BD0) is known color: Medium Orchid. HEX triplet: C2, 4B and D0. RGB value is (194,75,208). Sum of RGB (Red+Green+Blue) = 194+75+208=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #C24BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BD0 is #3DB42F. Grayscale: #7D7D7D. Windows color (decimal): -4043824 or 13650882. OLE color: 13650882.

HSL color Cylindrical-coordinate representation of color #C24BD0: hue angle of 293.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24BD0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 75 208 -
CMYK 0.07 0.64 0 0.18
HSL 293.68º 0.59% 0.55% -
HSV(B) 293.68º 0.64% 0.82% -
XYZ 36.15 21.06 61.83 -
YUV 125.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 194 75 208 0.07 0.64 0 0.18 293.68 0.59 0.55
Hex C2 4B D0 7 40 0 12 126 3B 37
Octal 302 113 320 7 100 0 22 446 73 67
Binary 11000010 1001011 11010000 111 1000000 0 10010 100100110 111011 110111

Color Harmonies of #C24BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BD0

Black with #C24BD0

Text Example


Text Example

White with #C24BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BD0; }

 p { color: rgb(194,75,208); }

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

background-color css

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

 a { background-color: rgb(194,75,208); }

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

border-color css

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

 span { border-color: rgb(194,75,208); }

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