Html Css Color HEX #C475DA Orchid

📋 copy color: '#C475DA'

red 196 ◦ green 117 ◦ blue 218

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

Shades of Orchid #C475DA

Tints of Orchid #C475DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 36.91%
G = 22.03%
B = 41.05%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C475DA (or 0xC475DA) is known color: Orchid. HEX triplet: C4, 75 and DA. RGB value is (196,117,218). Sum of RGB (Red+Green+Blue) = 196+117+218=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C475DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475DA is #3B8A25. Grayscale: #979797. Windows color (decimal): -3901990 or 14316996. OLE color: 14316996.

HSL color Cylindrical-coordinate representation of color #C475DA: hue angle of 286.93º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C475DA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 117 218 -
CMYK 0.10 0.46 0 0.15
HSL 286.93º 0.58% 0.66% -
HSV(B) 286.93º 0.46% 0.85% -
XYZ 41.78 29.52 69.83 -
YUV 152.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 196 117 218 0.10 0.46 0 0.15 286.93 0.58 0.66
Hex C4 75 DA A 2E 0 F 11F 3A 42
Octal 304 165 332 12 56 0 17 437 72 102
Binary 11000100 1110101 11011010 1010 101110 0 1111 100011111 111010 1000010

Color Harmonies of #C475DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C475DA

Black with #C475DA

Text Example


Text Example

White with #C475DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C475DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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