Html Css Color HEX #C475DC Orchid

📋 copy color: '#C475DC'

red 196 ◦ green 117 ◦ blue 220

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

Shades of Orchid #C475DC

Tints of Orchid #C475DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.95%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 36.77%
G = 21.95%
B = 41.28%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C475DC (or 0xC475DC) is known color: Orchid. HEX triplet: C4, 75 and DC. RGB value is (196,117,220). Sum of RGB (Red+Green+Blue) = 196+117+220=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C475DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475DC is #3B8A23. Grayscale: #989898. Windows color (decimal): -3901988 or 14448068. OLE color: 14448068.

HSL color Cylindrical-coordinate representation of color #C475DC: hue angle of 286.02º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C475DC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 117 220 -
CMYK 0.11 0.47 0 0.14
HSL 286.02º 0.6% 0.66% -
HSV(B) 286.02º 0.47% 0.86% -
XYZ 42.04 29.63 71.21 -
YUV 152.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 196 117 220 0.11 0.47 0 0.14 286.02 0.6 0.66
Hex C4 75 DC B 2F 0 E 11E 3C 42
Octal 304 165 334 13 57 0 16 436 74 102
Binary 11000100 1110101 11011100 1011 101111 0 1110 100011110 111100 1000010

Color Harmonies of #C475DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475DC

Black with #C475DC

Text Example


Text Example

White with #C475DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475DC; }

 p { color: rgb(196,117,220); }

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

background-color css

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

 a { background-color: rgb(196,117,220); }

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

border-color css

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

 span { border-color: rgb(196,117,220); }

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