Html Css Color HEX #C462CD Medium Orchid

📋 copy color: '#C462CD'

red 196 ◦ green 98 ◦ blue 205

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

Shades of Medium Orchid #C462CD

Tints of Medium Orchid #C462CD

RGB

 RED value IS 196 (76.95% from 255) = 39.28%

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

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

R = 39.28%
G = 19.64%
B = 41.08%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C462CD (or 0xC462CD) is known color: Medium Orchid. HEX triplet: C4, 62 and CD. RGB value is (196,98,205). Sum of RGB (Red+Green+Blue) = 196+98+205=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 98 (38.67% from 255 or 19.64% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #C462CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462CD is #3B9D32. Grayscale: #8B8B8B. Windows color (decimal): -3906867 or 13460164. OLE color: 13460164.

HSL color Cylindrical-coordinate representation of color #C462CD: hue angle of 294.95º 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 #C462CD is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 98 205 -
CMYK 0.04 0.52 0 0.20
HSL 294.95º 0.52% 0.59% -
HSV(B) 294.95º 0.52% 0.8% -
XYZ 38.15 24.88 60.55 -
YUV 139.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 196 98 205 0.04 0.52 0 0.20 294.95 0.52 0.59
Hex C4 62 CD 4 34 0 14 127 34 3B
Octal 304 142 315 4 64 0 24 447 64 73
Binary 11000100 1100010 11001101 100 110100 0 10100 100100111 110100 111011

Color Harmonies of #C462CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462CD

Black with #C462CD

Text Example


Text Example

White with #C462CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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