Html Css Color HEX #D568C0 Orchid

📋 copy color: '#D568C0'

red 213 ◦ green 104 ◦ blue 192

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

Shades of Orchid #D568C0

Tints of Orchid #D568C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.72%

R = 41.85%
G = 20.43%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D568C0 (or 0xD568C0) is known color: Orchid. HEX triplet: D5, 68 and C0. RGB value is (213,104,192). Sum of RGB (Red+Green+Blue) = 213+104+192=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D568C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568C0 is #2A973F. Grayscale: #929292. Windows color (decimal): -2791232 or 12609749. OLE color: 12609749.

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

Color convert

RGB 213 104 192 -
CMYK 0 0.51 0.10 0.16
HSL 311.56º 0.56% 0.62% -
HSV(B) 311.56º 0.51% 0.84% -
XYZ 41.91 27.85 53.04 -
YUV 146.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 213 104 192 0 0.51 0.10 0.16 311.56 0.56 0.62
Hex D5 68 C0 0 33 A 10 138 38 3E
Octal 325 150 300 0 63 12 20 470 70 76
Binary 11010101 1101000 11000000 0 110011 1010 10000 100111000 111000 111110

Color Harmonies of #D568C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568C0

Black with #D568C0

Text Example


Text Example

White with #D568C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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