Html Css Color HEX #C475CD Orchid

📋 copy color: '#C475CD'

red 196 ◦ green 117 ◦ blue 205

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

Shades of Orchid #C475CD

Tints of Orchid #C475CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 37.84%
G = 22.59%
B = 39.58%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C475CD (or 0xC475CD) is known color: Orchid. HEX triplet: C4, 75 and CD. RGB value is (196,117,205). Sum of RGB (Red+Green+Blue) = 196+117+205=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C475CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CD is #3B8A32. Grayscale: #969696. Windows color (decimal): -3902003 or 13465028. OLE color: 13465028.

HSL color Cylindrical-coordinate representation of color #C475CD: hue angle of 293.86º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C475CD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 117 205 -
CMYK 0.04 0.43 0 0.20
HSL 293.86º 0.47% 0.63% -
HSV(B) 293.86º 0.43% 0.8% -
XYZ 40.15 28.87 61.21 -
YUV 150.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 196 117 205 0.04 0.43 0 0.20 293.86 0.47 0.63
Hex C4 75 CD 4 2B 0 14 126 2F 3F
Octal 304 165 315 4 53 0 24 446 57 77
Binary 11000100 1110101 11001101 100 101011 0 10100 100100110 101111 111111

Color Harmonies of #C475CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475CD

Black with #C475CD

Text Example


Text Example

White with #C475CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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