Html Css Color HEX #D568C7 Orchid

📋 copy color: '#D568C7'

red 213 ◦ green 104 ◦ blue 199

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

Shades of Orchid #D568C7

Tints of Orchid #D568C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 41.28%
G = 20.16%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D568C7 (or 0xD568C7) is known color: Orchid. HEX triplet: D5, 68 and C7. RGB value is (213,104,199). Sum of RGB (Red+Green+Blue) = 213+104+199=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D568C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568C7 is #2A9738. Grayscale: #939393. Windows color (decimal): -2791225 or 13068501. OLE color: 13068501.

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

Color convert

RGB 213 104 199 -
CMYK 0 0.51 0.07 0.16
HSL 307.71º 0.56% 0.62% -
HSV(B) 307.71º 0.51% 0.84% -
XYZ 42.7 28.17 57.22 -
YUV 147.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 213 104 199 0 0.51 0.07 0.16 307.71 0.56 0.62
Hex D5 68 C7 0 33 7 10 134 38 3E
Octal 325 150 307 0 63 7 20 464 70 76
Binary 11010101 1101000 11000111 0 110011 111 10000 100110100 111000 111110

Color Harmonies of #D568C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568C7

Black with #D568C7

Text Example


Text Example

White with #D568C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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