Html Css Color HEX #C475CC Orchid

📋 copy color: '#C475CC'

red 196 ◦ green 117 ◦ blue 204

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

Shades of Orchid #C475CC

Tints of Orchid #C475CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 37.91%
G = 22.63%
B = 39.46%

CMYK

 C value IS 0.04

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C475CC (or 0xC475CC) is known color: Orchid. HEX triplet: C4, 75 and CC. RGB value is (196,117,204). Sum of RGB (Red+Green+Blue) = 196+117+204=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #C475CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CC is #3B8A33. Grayscale: #969696. Windows color (decimal): -3902004 or 13399492. OLE color: 13399492.

HSL color Cylindrical-coordinate representation of color #C475CC: hue angle of 294.48º degrees, saturation: 0.46, 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 #C475CC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 117 204 -
CMYK 0.04 0.43 0 0.2
HSL 294.48º 0.46% 0.63% -
HSV(B) 294.48º 0.43% 0.8% -
XYZ 40.03 28.82 60.58 -
YUV 150.54 158.17 160.43 -
System Red Green Blue C M Y K H S L
Decimal 196 117 204 0.04 0.43 0 0.2 294.48 0.46 0.63
Hex C4 75 CC 4 2B 0 14 126 2E 3F
Octal 304 165 314 4 53 0 24 446 56 77
Binary 11000100 1110101 11001100 100 101011 0 10100 100100110 101110 111111

Color Harmonies of #C475CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475CC

Black with #C475CC

Text Example


Text Example

White with #C475CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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