Html Css Color HEX #C262CD Medium Orchid

📋 copy color: '#C262CD'

red 194 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #C262CD

Tints of Medium Orchid #C262CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.25%

R = 39.03%
G = 19.72%
B = 41.25%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C262CD (or 0xC262CD) is known color: Medium Orchid. HEX triplet: C2, 62 and CD. RGB value is (194,98,205). Sum of RGB (Red+Green+Blue) = 194+98+205=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C262CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262CD is #3D9D32. Grayscale: #8A8A8A. Windows color (decimal): -4037939 or 13460162. OLE color: 13460162.

HSL color Cylindrical-coordinate representation of color #C262CD: hue angle of 293.83º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C262CD is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 98 205 -
CMYK 0.05 0.52 0 0.20
HSL 293.83º 0.52% 0.59% -
HSV(B) 293.83º 0.52% 0.8% -
XYZ 37.64 24.61 60.52 -
YUV 138.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 194 98 205 0.05 0.52 0 0.20 293.83 0.52 0.59
Hex C2 62 CD 5 34 0 14 126 34 3B
Octal 302 142 315 5 64 0 24 446 64 73
Binary 11000010 1100010 11001101 101 110100 0 10100 100100110 110100 111011

Color Harmonies of #C262CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C262CD

Black with #C262CD

Text Example


Text Example

White with #C262CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C262CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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