Html Css Color HEX #C630DA Medium Orchid

📋 copy color: '#C630DA'

red 198 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #C630DA

Tints of Medium Orchid #C630DA

RGB

 RED value IS 198 (77.73% from 255) = 42.67%

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 42.67%
G = 10.34%
B = 46.98%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C630DA (or 0xC630DA) is known color: Medium Orchid. HEX triplet: C6, 30 and DA. RGB value is (198,48,218). Sum of RGB (Red+Green+Blue) = 198+48+218=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #C630DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630DA is #39CF25. Grayscale: #6F6F6F. Windows color (decimal): -3788582 or 14299334. OLE color: 14299334.

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

Color convert

RGB 198 48 218 -
CMYK 0.09 0.78 0 0.15
HSL 292.94º 0.7% 0.52% -
HSV(B) 292.94º 0.78% 0.85% -
XYZ 37 19.18 68.08 -
YUV 112.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 198 48 218 0.09 0.78 0 0.15 292.94 0.7 0.52
Hex C6 30 DA 9 4E 0 F 125 46 34
Octal 306 60 332 11 116 0 17 445 106 64
Binary 11000110 110000 11011010 1001 1001110 0 1111 100100101 1000110 110100

Color Harmonies of #C630DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630DA

Black with #C630DA

Text Example


Text Example

White with #C630DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630DA; }

 p { color: rgb(198,48,218); }

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

background-color css

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

 a { background-color: rgb(198,48,218); }

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

border-color css

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

 span { border-color: rgb(198,48,218); }

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