Html Css Color HEX #C642ED Medium Orchid

📋 copy color: '#C642ED'

red 198 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #C642ED

Tints of Medium Orchid #C642ED

RGB

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

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

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

R = 39.52%
G = 13.17%
B = 47.31%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C642ED (or 0xC642ED) is known color: Medium Orchid. HEX triplet: C6, 42 and ED. RGB value is (198,66,237). Sum of RGB (Red+Green+Blue) = 198+66+237=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C642ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C642ED is #39BD12. Grayscale: #7C7C7C. Windows color (decimal): -3783955 or 15549126. OLE color: 15549126.

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

Color convert

RGB 198 66 237 -
CMYK 0.16 0.72 0 0.07
HSL 286.32º 0.83% 0.59% -
HSV(B) 286.32º 0.72% 0.93% -
XYZ 40.52 22.02 82.23 -
YUV 124.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 198 66 237 0.16 0.72 0 0.07 286.32 0.83 0.59
Hex C6 42 ED 10 48 0 7 11E 53 3B
Octal 306 102 355 20 110 0 7 436 123 73
Binary 11000110 1000010 11101101 10000 1001000 0 111 100011110 1010011 111011

Color Harmonies of #C642ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642ED

Black with #C642ED

Text Example


Text Example

White with #C642ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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