Html Css Color HEX #C645ED Medium Orchid

📋 copy color: '#C645ED'

red 198 ◦ green 69 ◦ blue 237

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

Shades of Medium Orchid #C645ED

Tints of Medium Orchid #C645ED

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.69%

 BLUE value IS 237 (92.97% from 255) = 47.02%

R = 39.29%
G = 13.69%
B = 47.02%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C645ED (or 0xC645ED) is known color: Medium Orchid. HEX triplet: C6, 45 and ED. RGB value is (198,69,237). Sum of RGB (Red+Green+Blue) = 198+69+237=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #C645ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645ED is #39BA12. Grayscale: #7E7E7E. Windows color (decimal): -3783187 or 15549894. OLE color: 15549894.

HSL color Cylindrical-coordinate representation of color #C645ED: hue angle of 286.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C645ED is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 69 237 -
CMYK 0.16 0.71 0 0.07
HSL 286.07º 0.82% 0.6% -
HSV(B) 286.07º 0.71% 0.93% -
XYZ 40.7 22.38 82.29 -
YUV 126.72 190.24 178.84 -
System Red Green Blue C M Y K H S L
Decimal 198 69 237 0.16 0.71 0 0.07 286.07 0.82 0.6
Hex C6 45 ED 10 47 0 7 11E 52 3C
Octal 306 105 355 20 107 0 7 436 122 74
Binary 11000110 1000101 11101101 10000 1000111 0 111 100011110 1010010 111100

Color Harmonies of #C645ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645ED

Black with #C645ED

Text Example


Text Example

White with #C645ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645ED; }

 p { color: rgb(198,69,237); }

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

background-color css

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

 a { background-color: rgb(198,69,237); }

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

border-color css

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

 span { border-color: rgb(198,69,237); }

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