Html Css Color HEX #C430D7 Medium Orchid

📋 copy color: '#C430D7'

red 196 ◦ green 48 ◦ blue 215

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

Shades of Medium Orchid #C430D7

Tints of Medium Orchid #C430D7

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

 GREEN value IS 48 (19.14% from 255) = 10.46%

 BLUE value IS 215 (84.38% from 255) = 46.84%

R = 42.7%
G = 10.46%
B = 46.84%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C430D7 (or 0xC430D7) is known color: Medium Orchid. HEX triplet: C4, 30 and D7. RGB value is (196,48,215). Sum of RGB (Red+Green+Blue) = 196+48+215=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #C430D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430D7 is #3BCF28. Grayscale: #6E6E6E. Windows color (decimal): -3919657 or 14102724. OLE color: 14102724.

HSL color Cylindrical-coordinate representation of color #C430D7: hue angle of 293.17º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C430D7 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 48 215 -
CMYK 0.09 0.78 0 0.16
HSL 293.17º 0.68% 0.52% -
HSV(B) 293.17º 0.78% 0.84% -
XYZ 36.09 18.76 66.01 -
YUV 111.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 196 48 215 0.09 0.78 0 0.16 293.17 0.68 0.52
Hex C4 30 D7 9 4E 0 10 125 44 34
Octal 304 60 327 11 116 0 20 445 104 64
Binary 11000100 110000 11010111 1001 1001110 0 10000 100100101 1000100 110100

Color Harmonies of #C430D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C430D7

Black with #C430D7

Text Example


Text Example

White with #C430D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C430D7; }

 p { color: rgb(196,48,215); }

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

background-color css

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

 a { background-color: rgb(196,48,215); }

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

border-color css

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

 span { border-color: rgb(196,48,215); }

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