Html Css Color HEX #C630DE Medium Orchid

📋 copy color: '#C630DE'

red 198 ◦ green 48 ◦ blue 222

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

Shades of Medium Orchid #C630DE

Tints of Medium Orchid #C630DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 42.31%
G = 10.26%
B = 47.44%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C630DE (or 0xC630DE) is known color: Medium Orchid. HEX triplet: C6, 30 and DE. RGB value is (198,48,222). Sum of RGB (Red+Green+Blue) = 198+48+222=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #C630DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C630DE is #39CF21. Grayscale: #707070. Windows color (decimal): -3788578 or 14561478. OLE color: 14561478.

HSL color Cylindrical-coordinate representation of color #C630DE: hue angle of 291.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C630DE is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 48 222 -
CMYK 0.11 0.78 0 0.13
HSL 291.72º 0.73% 0.53% -
HSV(B) 291.72º 0.78% 0.87% -
XYZ 37.53 19.39 70.87 -
YUV 112.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 198 48 222 0.11 0.78 0 0.13 291.72 0.73 0.53
Hex C6 30 DE B 4E 0 D 124 48 35
Octal 306 60 336 13 116 0 15 444 110 65
Binary 11000110 110000 11011110 1011 1001110 0 1101 100100100 1001000 110101

Color Harmonies of #C630DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C630DE

Black with #C630DE

Text Example


Text Example

White with #C630DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C630DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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