Html Css Color HEX #C475DD Orchid

📋 copy color: '#C475DD'

red 196 ◦ green 117 ◦ blue 221

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

Shades of Orchid #C475DD

Tints of Orchid #C475DD

RGB

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

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

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

R = 36.7%
G = 21.91%
B = 41.39%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C475DD (or 0xC475DD) is known color: Orchid. HEX triplet: C4, 75 and DD. RGB value is (196,117,221). Sum of RGB (Red+Green+Blue) = 196+117+221=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 117 (46.09% from 255 or 21.91% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C475DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475DD is #3B8A22. Grayscale: #989898. Windows color (decimal): -3901987 or 14513604. OLE color: 14513604.

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

Color convert

RGB 196 117 221 -
CMYK 0.11 0.47 0 0.13
HSL 285.58º 0.6% 0.66% -
HSV(B) 285.58º 0.47% 0.87% -
XYZ 42.18 29.68 71.91 -
YUV 152.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 196 117 221 0.11 0.47 0 0.13 285.58 0.6 0.66
Hex C4 75 DD B 2F 0 D 11E 3C 42
Octal 304 165 335 13 57 0 15 436 74 102
Binary 11000100 1110101 11011101 1011 101111 0 1101 100011110 111100 1000010

Color Harmonies of #C475DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475DD

Black with #C475DD

Text Example


Text Example

White with #C475DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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