Html Css Color HEX #C469DE Medium Orchid

📋 copy color: '#C469DE'

red 196 ◦ green 105 ◦ blue 222

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

Shades of Medium Orchid #C469DE

Tints of Medium Orchid #C469DE

RGB

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

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

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

R = 37.48%
G = 20.08%
B = 42.45%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C469DE (or 0xC469DE) is known color: Medium Orchid. HEX triplet: C4, 69 and DE. RGB value is (196,105,222). Sum of RGB (Red+Green+Blue) = 196+105+222=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #C469DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469DE is #3B9621. Grayscale: #919191. Windows color (decimal): -3905058 or 14576068. OLE color: 14576068.

HSL color Cylindrical-coordinate representation of color #C469DE: hue angle of 286.67º degrees, saturation: 0.64, 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 #C469DE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 105 222 -
CMYK 0.12 0.53 0 0.13
HSL 286.67º 0.64% 0.64% -
HSV(B) 286.67º 0.53% 0.87% -
XYZ 41 27.11 72.18 -
YUV 145.55 171.15 163.99 -
System Red Green Blue C M Y K H S L
Decimal 196 105 222 0.12 0.53 0 0.13 286.67 0.64 0.64
Hex C4 69 DE C 35 0 D 11F 40 40
Octal 304 151 336 14 65 0 15 437 100 100
Binary 11000100 1101001 11011110 1100 110101 0 1101 100011111 1000000 1000000

Color Harmonies of #C469DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469DE

Black with #C469DE

Text Example


Text Example

White with #C469DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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