Html Css Color HEX #D360C9 Orchid

📋 copy color: '#D360C9'

red 211 ◦ green 96 ◦ blue 201

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

Shades of Orchid #D360C9

Tints of Orchid #D360C9

RGB

 RED value IS 211 (82.81% from 255) = 41.54%

 GREEN value IS 96 (37.89% from 255) = 18.9%

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 41.54%
G = 18.9%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D360C9 (or 0xD360C9) is known color: Orchid. HEX triplet: D3, 60 and C9. RGB value is (211,96,201). Sum of RGB (Red+Green+Blue) = 211+96+201=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D360C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360C9 is #2C9F36. Grayscale: #8E8E8E. Windows color (decimal): -2924343 or 13197523. OLE color: 13197523.

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

Color convert

RGB 211 96 201 -
CMYK 0 0.55 0.05 0.17
HSL 305.22º 0.57% 0.6% -
HSV(B) 305.22º 0.55% 0.83% -
XYZ 41.59 26.43 58.17 -
YUV 142.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 211 96 201 0 0.55 0.05 0.17 305.22 0.57 0.6
Hex D3 60 C9 0 37 5 11 131 39 3C
Octal 323 140 311 0 67 5 21 461 71 74
Binary 11010011 1100000 11001001 0 110111 101 10001 100110001 111001 111100

Color Harmonies of #D360C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360C9

Black with #D360C9

Text Example


Text Example

White with #D360C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360C9; }

 p { color: rgb(211,96,201); }

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

background-color css

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

 a { background-color: rgb(211,96,201); }

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

border-color css

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

 span { border-color: rgb(211,96,201); }

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