Html Css Color HEX #C469DD Medium Orchid

📋 copy color: '#C469DD'

red 196 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #C469DD

Tints of Medium Orchid #C469DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.11%

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

R = 37.55%
G = 20.11%
B = 42.34%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C469DD (or 0xC469DD) is known color: Medium Orchid. HEX triplet: C4, 69 and DD. RGB value is (196,105,221). Sum of RGB (Red+Green+Blue) = 196+105+221=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C469DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469DD is #3B9622. Grayscale: #919191. Windows color (decimal): -3905059 or 14510532. OLE color: 14510532.

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

Color convert

RGB 196 105 221 -
CMYK 0.11 0.52 0 0.13
HSL 287.07º 0.63% 0.64% -
HSV(B) 287.07º 0.52% 0.87% -
XYZ 40.87 27.06 71.48 -
YUV 145.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 196 105 221 0.11 0.52 0 0.13 287.07 0.63 0.64
Hex C4 69 DD B 34 0 D 11F 3F 40
Octal 304 151 335 13 64 0 15 437 77 100
Binary 11000100 1101001 11011101 1011 110100 0 1101 100011111 111111 1000000

Color Harmonies of #C469DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469DD

Black with #C469DD

Text Example


Text Example

White with #C469DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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