Html Css Color HEX #C643DE Medium Orchid

📋 copy color: '#C643DE'

red 198 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #C643DE

Tints of Medium Orchid #C643DE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.76%

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

R = 40.66%
G = 13.76%
B = 45.59%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C643DE (or 0xC643DE) is known color: Medium Orchid. HEX triplet: C6, 43 and DE. RGB value is (198,67,222). Sum of RGB (Red+Green+Blue) = 198+67+222=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #C643DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C643DE is #39BC21. Grayscale: #7B7B7B. Windows color (decimal): -3783714 or 14566342. OLE color: 14566342.

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

Color convert

RGB 198 67 222 -
CMYK 0.11 0.70 0 0.13
HSL 290.71º 0.7% 0.57% -
HSV(B) 290.71º 0.7% 0.87% -
XYZ 38.48 21.29 71.19 -
YUV 123.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 198 67 222 0.11 0.70 0 0.13 290.71 0.7 0.57
Hex C6 43 DE B 46 0 D 123 46 39
Octal 306 103 336 13 106 0 15 443 106 71
Binary 11000110 1000011 11011110 1011 1000110 0 1101 100100011 1000110 111001

Color Harmonies of #C643DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C643DE

Black with #C643DE

Text Example


Text Example

White with #C643DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C643DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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