Html Css Color HEX #D967E5 Orchid

📋 copy color: '#D967E5'

red 217 ◦ green 103 ◦ blue 229

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

Shades of Orchid #D967E5

Tints of Orchid #D967E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.71%

R = 39.53%
G = 18.76%
B = 41.71%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D967E5 (or 0xD967E5) is known color: Orchid. HEX triplet: D9, 67 and E5. RGB value is (217,103,229). Sum of RGB (Red+Green+Blue) = 217+103+229=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D967E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967E5 is #26981A. Grayscale: #979797. Windows color (decimal): -2529307 or 15034329. OLE color: 15034329.

HSL color Cylindrical-coordinate representation of color #D967E5: hue angle of 294.29º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D967E5 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 103 229 -
CMYK 0.05 0.55 0 0.10
HSL 294.29º 0.71% 0.65% -
HSV(B) 294.29º 0.55% 0.9% -
XYZ 47.61 30.11 77.43 -
YUV 151.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 217 103 229 0.05 0.55 0 0.10 294.29 0.71 0.65
Hex D9 67 E5 5 37 0 A 126 47 41
Octal 331 147 345 5 67 0 12 446 107 101
Binary 11011001 1100111 11100101 101 110111 0 1010 100100110 1000111 1000001

Color Harmonies of #D967E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D967E5

Black with #D967E5

Text Example


Text Example

White with #D967E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D967E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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