Html Css Color HEX #D967D3 Orchid

📋 copy color: '#D967D3'

red 217 ◦ green 103 ◦ blue 211

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

Shades of Orchid #D967D3

Tints of Orchid #D967D3

RGB

 RED value IS 217 (85.16% from 255) = 40.87%

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

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 40.87%
G = 19.4%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D967D3 (or 0xD967D3) is known color: Orchid. HEX triplet: D9, 67 and D3. RGB value is (217,103,211). Sum of RGB (Red+Green+Blue) = 217+103+211=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D967D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967D3 is #26982C. Grayscale: #959595. Windows color (decimal): -2529325 or 13854681. OLE color: 13854681.

HSL color Cylindrical-coordinate representation of color #D967D3: hue angle of 303.16º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967D3 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 211 -
CMYK 0 0.53 0.03 0.15
HSL 303.16º 0.6% 0.63% -
HSV(B) 303.16º 0.53% 0.85% -
XYZ 45.22 29.16 64.87 -
YUV 149.4 162.77 176.22 -
System Red Green Blue C M Y K H S L
Decimal 217 103 211 0 0.53 0.03 0.15 303.16 0.6 0.63
Hex D9 67 D3 0 35 3 F 12F 3C 3F
Octal 331 147 323 0 65 3 17 457 74 77
Binary 11011001 1100111 11010011 0 110101 11 1111 100101111 111100 111111

Color Harmonies of #D967D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967D3

Black with #D967D3

Text Example


Text Example

White with #D967D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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