Html Css Color HEX #D568D4 Orchid

📋 copy color: '#D568D4'

red 213 ◦ green 104 ◦ blue 212

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

Shades of Orchid #D568D4

Tints of Orchid #D568D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.08%

R = 40.26%
G = 19.66%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D568D4 (or 0xD568D4) is known color: Orchid. HEX triplet: D5, 68 and D4. RGB value is (213,104,212). Sum of RGB (Red+Green+Blue) = 213+104+212=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D568D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568D4 is #2A972B. Grayscale: #949494. Windows color (decimal): -2791212 or 13920469. OLE color: 13920469.

HSL color Cylindrical-coordinate representation of color #D568D4: hue angle of 300.55º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D568D4 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 212 -
CMYK 0 0.51 0.00 0.16
HSL 300.55º 0.56% 0.62% -
HSV(B) 300.55º 0.51% 0.84% -
XYZ 44.27 28.8 65.51 -
YUV 148.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 213 104 212 0 0.51 0.00 0.16 300.55 0.56 0.62
Hex D5 68 D4 0 33 0 10 12D 38 3E
Octal 325 150 324 0 63 0 20 455 70 76
Binary 11010101 1101000 11010100 0 110011 0 10000 100101101 111000 111110

Color Harmonies of #D568D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568D4

Black with #D568D4

Text Example


Text Example

White with #D568D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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