Html Css Color HEX #C469CE Medium Orchid

📋 copy color: '#C469CE'

red 196 ◦ green 105 ◦ blue 206

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

Shades of Medium Orchid #C469CE

Tints of Medium Orchid #C469CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 38.66%
G = 20.71%
B = 40.63%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C469CE (or 0xC469CE) is known color: Medium Orchid. HEX triplet: C4, 69 and CE. RGB value is (196,105,206). Sum of RGB (Red+Green+Blue) = 196+105+206=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #C469CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469CE is #3B9631. Grayscale: #8F8F8F. Windows color (decimal): -3905074 or 13527492. OLE color: 13527492.

HSL color Cylindrical-coordinate representation of color #C469CE: hue angle of 294.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C469CE is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 105 206 -
CMYK 0.05 0.49 0 0.19
HSL 294.06º 0.51% 0.61% -
HSV(B) 294.06º 0.49% 0.81% -
XYZ 38.96 26.3 61.41 -
YUV 143.72 163.15 165.29 -
System Red Green Blue C M Y K H S L
Decimal 196 105 206 0.05 0.49 0 0.19 294.06 0.51 0.61
Hex C4 69 CE 5 31 0 13 126 33 3D
Octal 304 151 316 5 61 0 23 446 63 75
Binary 11000100 1101001 11001110 101 110001 0 10011 100100110 110011 111101

Color Harmonies of #C469CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469CE

Black with #C469CE

Text Example


Text Example

White with #C469CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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