Html Css Color HEX #C262DE Medium Orchid

📋 copy color: '#C262DE'

red 194 ◦ green 98 ◦ blue 222

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

Shades of Medium Orchid #C262DE

Tints of Medium Orchid #C262DE

RGB

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

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

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

R = 37.74%
G = 19.07%
B = 43.19%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C262DE (or 0xC262DE) is known color: Medium Orchid. HEX triplet: C2, 62 and DE. RGB value is (194,98,222). Sum of RGB (Red+Green+Blue) = 194+98+222=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #C262DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262DE is #3D9D21. Grayscale: #8C8C8C. Windows color (decimal): -4037922 or 14574274. OLE color: 14574274.

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

Color convert

RGB 194 98 222 -
CMYK 0.13 0.56 0 0.13
HSL 286.45º 0.65% 0.63% -
HSV(B) 286.45º 0.56% 0.87% -
XYZ 39.8 25.48 71.93 -
YUV 140.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 194 98 222 0.13 0.56 0 0.13 286.45 0.65 0.63
Hex C2 62 DE D 38 0 D 11E 41 3F
Octal 302 142 336 15 70 0 15 436 101 77
Binary 11000010 1100010 11011110 1101 111000 0 1101 100011110 1000001 111111

Color Harmonies of #C262DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262DE

Black with #C262DE

Text Example


Text Example

White with #C262DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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