Html Css Color HEX #D475CA Orchid

📋 copy color: '#D475CA'

red 212 ◦ green 117 ◦ blue 202

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

Shades of Orchid #D475CA

Tints of Orchid #D475CA

RGB

 RED value IS 212 (83.2% from 255) = 39.92%

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 39.92%
G = 22.03%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D475CA (or 0xD475CA) is known color: Orchid. HEX triplet: D4, 75 and CA. RGB value is (212,117,202). Sum of RGB (Red+Green+Blue) = 212+117+202=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D475CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475CA is #2B8A35. Grayscale: #9A9A9A. Windows color (decimal): -2853430 or 13268436. OLE color: 13268436.

HSL color Cylindrical-coordinate representation of color #D475CA: hue angle of 306.32º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D475CA is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 117 202 -
CMYK 0 0.45 0.05 0.17
HSL 306.32º 0.52% 0.65% -
HSV(B) 306.32º 0.45% 0.83% -
XYZ 44.17 30.98 59.53 -
YUV 155.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 212 117 202 0 0.45 0.05 0.17 306.32 0.52 0.65
Hex D4 75 CA 0 2D 5 11 132 34 41
Octal 324 165 312 0 55 5 21 462 64 101
Binary 11010100 1110101 11001010 0 101101 101 10001 100110010 110100 1000001

Color Harmonies of #D475CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D475CA

Black with #D475CA

Text Example


Text Example

White with #D475CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D475CA; }

 p { color: rgb(212,117,202); }

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

background-color css

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

 a { background-color: rgb(212,117,202); }

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

border-color css

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

 span { border-color: rgb(212,117,202); }

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