Html Css Color HEX #C262DC Medium Orchid

📋 copy color: '#C262DC'

red 194 ◦ green 98 ◦ blue 220

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

Shades of Medium Orchid #C262DC

Tints of Medium Orchid #C262DC

RGB

 RED value IS 194 (76.17% from 255) = 37.89%

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 37.89%
G = 19.14%
B = 42.97%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C262DC (or 0xC262DC) is known color: Medium Orchid. HEX triplet: C2, 62 and DC. RGB value is (194,98,220). Sum of RGB (Red+Green+Blue) = 194+98+220=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #C262DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262DC is #3D9D23. Grayscale: #8C8C8C. Windows color (decimal): -4037924 or 14443202. OLE color: 14443202.

HSL color Cylindrical-coordinate representation of color #C262DC: hue angle of 287.21º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C262DC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 98 220 -
CMYK 0.12 0.55 0 0.14
HSL 287.21º 0.64% 0.62% -
HSV(B) 287.21º 0.55% 0.86% -
XYZ 39.53 25.37 70.52 -
YUV 140.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 194 98 220 0.12 0.55 0 0.14 287.21 0.64 0.62
Hex C2 62 DC C 37 0 E 11F 40 3E
Octal 302 142 334 14 67 0 16 437 100 76
Binary 11000010 1100010 11011100 1100 110111 0 1110 100011111 1000000 111110

Color Harmonies of #C262DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262DC

Black with #C262DC

Text Example


Text Example

White with #C262DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262DC; }

 p { color: rgb(194,98,220); }

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

background-color css

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

 a { background-color: rgb(194,98,220); }

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

border-color css

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

 span { border-color: rgb(194,98,220); }

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