Html Css Color HEX #D367D2 Orchid

📋 copy color: '#D367D2'

red 211 ◦ green 103 ◦ blue 210

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

Shades of Orchid #D367D2

Tints of Orchid #D367D2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.66%

 BLUE value IS 210 (82.42% from 255) = 40.08%

R = 40.27%
G = 19.66%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D367D2 (or 0xD367D2) is known color: Orchid. HEX triplet: D3, 67 and D2. RGB value is (211,103,210). Sum of RGB (Red+Green+Blue) = 211+103+210=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 210 (82.42% from 255 or 40.08% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D367D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367D2 is #2C982D. Grayscale: #939393. Windows color (decimal): -2922542 or 13789139. OLE color: 13789139.

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

Color convert

RGB 211 103 210 -
CMYK 0 0.51 0.00 0.17
HSL 300.56º 0.55% 0.62% -
HSV(B) 300.56º 0.51% 0.83% -
XYZ 43.35 28.2 64.13 -
YUV 147.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 211 103 210 0 0.51 0.00 0.17 300.56 0.55 0.62
Hex D3 67 D2 0 33 0 11 12D 37 3E
Octal 323 147 322 0 63 0 21 455 67 76
Binary 11010011 1100111 11010010 0 110011 0 10001 100101101 110111 111110

Color Harmonies of #D367D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D367D2

Black with #D367D2

Text Example


Text Example

White with #D367D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D367D2; }

 p { color: rgb(211,103,210); }

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

background-color css

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

 a { background-color: rgb(211,103,210); }

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

border-color css

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

 span { border-color: rgb(211,103,210); }

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