Html Css Color HEX #D568D7 Orchid

📋 copy color: '#D568D7'

red 213 ◦ green 104 ◦ blue 215

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

Shades of Orchid #D568D7

Tints of Orchid #D568D7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.55%

 BLUE value IS 215 (84.38% from 255) = 40.41%

R = 40.04%
G = 19.55%
B = 40.41%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D568D7 (or 0xD568D7) is known color: Orchid. HEX triplet: D5, 68 and D7. RGB value is (213,104,215). Sum of RGB (Red+Green+Blue) = 213+104+215=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #D568D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568D7 is #2A9728. Grayscale: #949494. Windows color (decimal): -2791209 or 14117077. OLE color: 14117077.

HSL color Cylindrical-coordinate representation of color #D568D7: hue angle of 298.92º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D568D7 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 215 -
CMYK 0.01 0.52 0 0.16
HSL 298.92º 0.58% 0.63% -
HSV(B) 298.92º 0.52% 0.84% -
XYZ 44.66 28.95 67.52 -
YUV 149.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 213 104 215 0.01 0.52 0 0.16 298.92 0.58 0.63
Hex D5 68 D7 1 34 0 10 12B 3A 3F
Octal 325 150 327 1 64 0 20 453 72 77
Binary 11010101 1101000 11010111 1 110100 0 10000 100101011 111010 111111

Color Harmonies of #D568D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568D7

Black with #D568D7

Text Example


Text Example

White with #D568D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568D7; }

 p { color: rgb(213,104,215); }

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

background-color css

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

 a { background-color: rgb(213,104,215); }

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

border-color css

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

 span { border-color: rgb(213,104,215); }

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