Html Css Color HEX #D568C8 Orchid

📋 copy color: '#D568C8'

red 213 ◦ green 104 ◦ blue 200

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

Shades of Orchid #D568C8

Tints of Orchid #D568C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 41.2%
G = 20.12%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D568C8 (or 0xD568C8) is known color: Orchid. HEX triplet: D5, 68 and C8. RGB value is (213,104,200). Sum of RGB (Red+Green+Blue) = 213+104+200=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D568C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568C8 is #2A9737. Grayscale: #939393. Windows color (decimal): -2791224 or 13134037. OLE color: 13134037.

HSL color Cylindrical-coordinate representation of color #D568C8: hue angle of 307.16º 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 #D568C8 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 104 200 -
CMYK 0 0.51 0.06 0.16
HSL 307.16º 0.56% 0.62% -
HSV(B) 307.16º 0.51% 0.84% -
XYZ 42.82 28.22 57.83 -
YUV 147.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 213 104 200 0 0.51 0.06 0.16 307.16 0.56 0.62
Hex D5 68 C8 0 33 6 10 133 38 3E
Octal 325 150 310 0 63 6 20 463 70 76
Binary 11010101 1101000 11001000 0 110011 110 10000 100110011 111000 111110

Color Harmonies of #D568C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568C8

Black with #D568C8

Text Example


Text Example

White with #D568C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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