Html Css Color HEX #C475DB Orchid

📋 copy color: '#C475DB'

red 196 ◦ green 117 ◦ blue 219

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

Shades of Orchid #C475DB

Tints of Orchid #C475DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 36.84%
G = 21.99%
B = 41.17%

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

#C475DB (or 0xC475DB) is known color: Orchid. HEX triplet: C4, 75 and DB. RGB value is (196,117,219). Sum of RGB (Red+Green+Blue) = 196+117+219=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C475DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475DB is #3B8A24. Grayscale: #979797. Windows color (decimal): -3901989 or 14382532. OLE color: 14382532.

HSL color Cylindrical-coordinate representation of color #C475DB: hue angle of 286.47º degrees, saturation: 0.59, 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 #C475DB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 117 219 -
CMYK 0.11 0.47 0 0.14
HSL 286.47º 0.59% 0.66% -
HSV(B) 286.47º 0.47% 0.86% -
XYZ 41.91 29.57 70.52 -
YUV 152.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 196 117 219 0.11 0.47 0 0.14 286.47 0.59 0.66
Hex C4 75 DB B 2F 0 E 11E 3B 42
Octal 304 165 333 13 57 0 16 436 73 102
Binary 11000100 1110101 11011011 1011 101111 0 1110 100011110 111011 1000010

Color Harmonies of #C475DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475DB

Black with #C475DB

Text Example


Text Example

White with #C475DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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