Html Css Color HEX #C475BE Orchid

📋 copy color: '#C475BE'

red 196 ◦ green 117 ◦ blue 190

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

Shades of Orchid #C475BE

Tints of Orchid #C475BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 38.97%
G = 23.26%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C475BE (or 0xC475BE) is known color: Orchid. HEX triplet: C4, 75 and BE. RGB value is (196,117,190). Sum of RGB (Red+Green+Blue) = 196+117+190=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C475BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475BE is #3B8A41. Grayscale: #949494. Windows color (decimal): -3902018 or 12481988. OLE color: 12481988.

HSL color Cylindrical-coordinate representation of color #C475BE: hue angle of 304.56º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C475BE is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 190 -
CMYK 0 0.40 0.03 0.23
HSL 304.56º 0.4% 0.61% -
HSV(B) 304.56º 0.4% 0.77% -
XYZ 38.42 28.18 52.13 -
YUV 148.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 196 117 190 0 0.40 0.03 0.23 304.56 0.4 0.61
Hex C4 75 BE 0 28 3 17 131 28 3D
Octal 304 165 276 0 50 3 27 461 50 75
Binary 11000100 1110101 10111110 0 101000 11 10111 100110001 101000 111101

Color Harmonies of #C475BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475BE

Black with #C475BE

Text Example


Text Example

White with #C475BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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