Html Css Color HEX #C645FF Medium Orchid

📋 copy color: '#C645FF'

red 198 ◦ green 69 ◦ blue 255

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

Shades of Medium Orchid #C645FF

Tints of Medium Orchid #C645FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.85%

R = 37.93%
G = 13.22%
B = 48.85%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C645FF (or 0xC645FF) is known color: Medium Orchid. HEX triplet: C6, 45 and FF. RGB value is (198,69,255). Sum of RGB (Red+Green+Blue) = 198+69+255=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #C645FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645FF is #39BA00. Grayscale: #808080. Windows color (decimal): -3783169 or 16729542. OLE color: 16729542.

HSL color Cylindrical-coordinate representation of color #C645FF: hue angle of 281.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C645FF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 69 255 -
CMYK 0.22 0.73 0 0
HSL 281.61º 1% 0.64% -
HSV(B) 281.61º 0.73% 1% -
XYZ 43.47 23.48 96.85 -
YUV 128.78 199.24 177.38 -
System Red Green Blue C M Y K H S L
Decimal 198 69 255 0.22 0.73 0 0 281.61 1 0.64
Hex C6 45 FF 16 49 0 0 11A 64 40
Octal 306 105 377 26 111 0 0 432 144 100
Binary 11000110 1000101 11111111 10110 1001001 0 0 100011010 1100100 1000000

Color Harmonies of #C645FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C645FF

Black with #C645FF

Text Example


Text Example

White with #C645FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C645FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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