Html Css Color HEX #C469CF Medium Orchid

📋 copy color: '#C469CF'

red 196 ◦ green 105 ◦ blue 207

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

Shades of Medium Orchid #C469CF

Tints of Medium Orchid #C469CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 38.58%
G = 20.67%
B = 40.75%

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

#C469CF (or 0xC469CF) is known color: Medium Orchid. HEX triplet: C4, 69 and CF. RGB value is (196,105,207). Sum of RGB (Red+Green+Blue) = 196+105+207=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C469CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C469CF is #3B9630. Grayscale: #8F8F8F. Windows color (decimal): -3905073 or 13593028. OLE color: 13593028.

HSL color Cylindrical-coordinate representation of color #C469CF: hue angle of 293.53º degrees, saturation: 0.52, 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 #C469CF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 105 207 -
CMYK 0.05 0.49 0 0.19
HSL 293.53º 0.52% 0.61% -
HSV(B) 293.53º 0.49% 0.81% -
XYZ 39.08 26.34 62.06 -
YUV 143.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 196 105 207 0.05 0.49 0 0.19 293.53 0.52 0.61
Hex C4 69 CF 5 31 0 13 126 34 3D
Octal 304 151 317 5 61 0 23 446 64 75
Binary 11000100 1101001 11001111 101 110001 0 10011 100100110 110100 111101

Color Harmonies of #C469CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C469CF

Black with #C469CF

Text Example


Text Example

White with #C469CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C469CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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