Html Css Color HEX #C467DE Medium Orchid

📋 copy color: '#C467DE'

red 196 ◦ green 103 ◦ blue 222

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

Shades of Medium Orchid #C467DE

Tints of Medium Orchid #C467DE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.77%

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

R = 37.62%
G = 19.77%
B = 42.61%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C467DE (or 0xC467DE) is known color: Medium Orchid. HEX triplet: C4, 67 and DE. RGB value is (196,103,222). Sum of RGB (Red+Green+Blue) = 196+103+222=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #C467DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467DE is #3B9821. Grayscale: #8F8F8F. Windows color (decimal): -3905570 or 14575556. OLE color: 14575556.

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

Color convert

RGB 196 103 222 -
CMYK 0.12 0.54 0 0.13
HSL 286.89º 0.64% 0.64% -
HSV(B) 286.89º 0.54% 0.87% -
XYZ 40.8 26.71 72.11 -
YUV 144.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 196 103 222 0.12 0.54 0 0.13 286.89 0.64 0.64
Hex C4 67 DE C 36 0 D 11F 40 40
Octal 304 147 336 14 66 0 15 437 100 100
Binary 11000100 1100111 11011110 1100 110110 0 1101 100011111 1000000 1000000

Color Harmonies of #C467DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467DE

Black with #C467DE

Text Example


Text Example

White with #C467DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467DE; }

 p { color: rgb(196,103,222); }

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

background-color css

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

 a { background-color: rgb(196,103,222); }

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

border-color css

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

 span { border-color: rgb(196,103,222); }

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