Html Css Color HEX #C642D4 Medium Orchid

📋 copy color: '#C642D4'

red 198 ◦ green 66 ◦ blue 212

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

Shades of Medium Orchid #C642D4

Tints of Medium Orchid #C642D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.54%

R = 41.6%
G = 13.87%
B = 44.54%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C642D4 (or 0xC642D4) is known color: Medium Orchid. HEX triplet: C6, 42 and D4. RGB value is (198,66,212). Sum of RGB (Red+Green+Blue) = 198+66+212=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #C642D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642D4 is #39BD2B. Grayscale: #797979. Windows color (decimal): -3783980 or 13910726. OLE color: 13910726.

HSL color Cylindrical-coordinate representation of color #C642D4: hue angle of 294.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C642D4 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 66 212 -
CMYK 0.07 0.69 0 0.17
HSL 294.25º 0.63% 0.55% -
HSV(B) 294.25º 0.69% 0.83% -
XYZ 37.12 20.66 64.32 -
YUV 122.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 198 66 212 0.07 0.69 0 0.17 294.25 0.63 0.55
Hex C6 42 D4 7 45 0 11 126 3F 37
Octal 306 102 324 7 105 0 21 446 77 67
Binary 11000110 1000010 11010100 111 1000101 0 10001 100100110 111111 110111

Color Harmonies of #C642D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C642D4

Black with #C642D4

Text Example


Text Example

White with #C642D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C642D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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