Html Css Color HEX #C642DE Medium Orchid

📋 copy color: '#C642DE'

red 198 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #C642DE

Tints of Medium Orchid #C642DE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.58%

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

R = 40.74%
G = 13.58%
B = 45.68%

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

#C642DE (or 0xC642DE) is known color: Medium Orchid. HEX triplet: C6, 42 and DE. RGB value is (198,66,222). Sum of RGB (Red+Green+Blue) = 198+66+222=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 66 (26.17% from 255 or 13.58% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #C642DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642DE is #39BD21. Grayscale: #7A7A7A. Windows color (decimal): -3783970 or 14566086. OLE color: 14566086.

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

Color convert

RGB 198 66 222 -
CMYK 0.11 0.70 0 0.13
HSL 290.77º 0.7% 0.56% -
HSV(B) 290.77º 0.7% 0.87% -
XYZ 38.42 21.18 71.17 -
YUV 123.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 198 66 222 0.11 0.70 0 0.13 290.77 0.7 0.56
Hex C6 42 DE B 46 0 D 123 46 38
Octal 306 102 336 13 106 0 15 443 106 70
Binary 11000110 1000010 11011110 1011 1000110 0 1101 100100011 1000110 111000

Color Harmonies of #C642DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642DE

Black with #C642DE

Text Example


Text Example

White with #C642DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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