Html Css Color HEX #D969D2 Orchid

📋 copy color: '#D969D2'

red 217 ◦ green 105 ◦ blue 210

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

Shades of Orchid #D969D2

Tints of Orchid #D969D2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.74%

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

R = 40.79%
G = 19.74%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D969D2 (or 0xD969D2) is known color: Orchid. HEX triplet: D9, 69 and D2. RGB value is (217,105,210). Sum of RGB (Red+Green+Blue) = 217+105+210=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D969D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969D2 is #26962D. Grayscale: #969696. Windows color (decimal): -2528814 or 13789657. OLE color: 13789657.

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

Color convert

RGB 217 105 210 -
CMYK 0 0.52 0.03 0.15
HSL 303.75º 0.6% 0.63% -
HSV(B) 303.75º 0.52% 0.85% -
XYZ 45.3 29.51 64.28 -
YUV 150.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 217 105 210 0 0.52 0.03 0.15 303.75 0.6 0.63
Hex D9 69 D2 0 34 3 F 130 3C 3F
Octal 331 151 322 0 64 3 17 460 74 77
Binary 11011001 1101001 11010010 0 110100 11 1111 100110000 111100 111111

Color Harmonies of #D969D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969D2

Black with #D969D2

Text Example


Text Example

White with #D969D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969D2; }

 p { color: rgb(217,105,210); }

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

background-color css

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

 a { background-color: rgb(217,105,210); }

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

border-color css

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

 span { border-color: rgb(217,105,210); }

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