Html Css Color HEX #C467DD Medium Orchid

📋 copy color: '#C467DD'

red 196 ◦ green 103 ◦ blue 221

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

Shades of Medium Orchid #C467DD

Tints of Medium Orchid #C467DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 37.69%
G = 19.81%
B = 42.5%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C467DD (or 0xC467DD) is known color: Medium Orchid. HEX triplet: C4, 67 and DD. RGB value is (196,103,221). Sum of RGB (Red+Green+Blue) = 196+103+221=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #C467DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C467DD is #3B9822. Grayscale: #8F8F8F. Windows color (decimal): -3905571 or 14510020. OLE color: 14510020.

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

Color convert

RGB 196 103 221 -
CMYK 0.11 0.53 0 0.13
HSL 287.29º 0.63% 0.64% -
HSV(B) 287.29º 0.53% 0.87% -
XYZ 40.67 26.66 71.41 -
YUV 144.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 196 103 221 0.11 0.53 0 0.13 287.29 0.63 0.64
Hex C4 67 DD B 35 0 D 11F 3F 40
Octal 304 147 335 13 65 0 15 437 77 100
Binary 11000100 1100111 11011101 1011 110101 0 1101 100011111 111111 1000000

Color Harmonies of #C467DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C467DD

Black with #C467DD

Text Example


Text Example

White with #C467DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C467DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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