Html Css Color HEX #D569E7 Orchid

📋 copy color: '#D569E7'

red 213 ◦ green 105 ◦ blue 231

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

Shades of Orchid #D569E7

Tints of Orchid #D569E7

RGB

 RED value IS 213 (83.59% from 255) = 38.8%

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

 BLUE value IS 231 (90.63% from 255) = 42.08%

R = 38.8%
G = 19.13%
B = 42.08%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D569E7 (or 0xD569E7) is known color: Orchid. HEX triplet: D5, 69 and E7. RGB value is (213,105,231). Sum of RGB (Red+Green+Blue) = 213+105+231=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #D569E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D569E7 is #2A9618. Grayscale: #979797. Windows color (decimal): -2790937 or 15165909. OLE color: 15165909.

HSL color Cylindrical-coordinate representation of color #D569E7: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D569E7 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 105 231 -
CMYK 0.08 0.55 0 0.09
HSL 291.43º 0.72% 0.66% -
HSV(B) 291.43º 0.55% 0.91% -
XYZ 46.92 30.02 78.92 -
YUV 151.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 213 105 231 0.08 0.55 0 0.09 291.43 0.72 0.66
Hex D5 69 E7 8 37 0 9 123 48 42
Octal 325 151 347 10 67 0 11 443 110 102
Binary 11010101 1101001 11100111 1000 110111 0 1001 100100011 1001000 1000010

Color Harmonies of #D569E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569E7

Black with #D569E7

Text Example


Text Example

White with #D569E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569E7; }

 p { color: rgb(213,105,231); }

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

background-color css

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

 a { background-color: rgb(213,105,231); }

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

border-color css

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

 span { border-color: rgb(213,105,231); }

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