Html Css Color HEX #C062D8 Medium Orchid

📋 copy color: '#C062D8'

red 192 ◦ green 98 ◦ blue 216

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

Shades of Medium Orchid #C062D8

Tints of Medium Orchid #C062D8

RGB

 RED value IS 192 (75.39% from 255) = 37.94%

 GREEN value IS 98 (38.67% from 255) = 19.37%

 BLUE value IS 216 (84.77% from 255) = 42.69%

R = 37.94%
G = 19.37%
B = 42.69%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C062D8 (or 0xC062D8) is known color: Medium Orchid. HEX triplet: C0, 62 and D8. RGB value is (192,98,216). Sum of RGB (Red+Green+Blue) = 192+98+216=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #C062D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062D8 is #3F9D27. Grayscale: #8B8B8B. Windows color (decimal): -4169000 or 14181056. OLE color: 14181056.

HSL color Cylindrical-coordinate representation of color #C062D8: hue angle of 287.8º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C062D8 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 98 216 -
CMYK 0.11 0.55 0 0.15
HSL 287.8º 0.6% 0.62% -
HSV(B) 287.8º 0.55% 0.85% -
XYZ 38.5 24.9 67.74 -
YUV 139.56 171.14 165.41 -
System Red Green Blue C M Y K H S L
Decimal 192 98 216 0.11 0.55 0 0.15 287.8 0.6 0.62
Hex C0 62 D8 B 37 0 F 120 3C 3E
Octal 300 142 330 13 67 0 17 440 74 76
Binary 11000000 1100010 11011000 1011 110111 0 1111 100100000 111100 111110

Color Harmonies of #C062D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062D8

Black with #C062D8

Text Example


Text Example

White with #C062D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062D8; }

 p { color: rgb(192,98,216); }

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

background-color css

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

 a { background-color: rgb(192,98,216); }

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

border-color css

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

 span { border-color: rgb(192,98,216); }

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