Html Css Color HEX #D568CD Orchid

📋 copy color: '#D568CD'

red 213 ◦ green 104 ◦ blue 205

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

Shades of Orchid #D568CD

Tints of Orchid #D568CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 40.8%
G = 19.92%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D568CD (or 0xD568CD) is known color: Orchid. HEX triplet: D5, 68 and CD. RGB value is (213,104,205). Sum of RGB (Red+Green+Blue) = 213+104+205=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D568CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568CD is #2A9732. Grayscale: #939393. Windows color (decimal): -2791219 or 13461717. OLE color: 13461717.

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

Color convert

RGB 213 104 205 -
CMYK 0 0.51 0.04 0.16
HSL 304.4º 0.56% 0.62% -
HSV(B) 304.4º 0.51% 0.84% -
XYZ 43.41 28.45 60.96 -
YUV 148.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 213 104 205 0 0.51 0.04 0.16 304.4 0.56 0.62
Hex D5 68 CD 0 33 4 10 130 38 3E
Octal 325 150 315 0 63 4 20 460 70 76
Binary 11010101 1101000 11001101 0 110011 100 10000 100110000 111000 111110

Color Harmonies of #D568CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D568CD

Black with #D568CD

Text Example


Text Example

White with #D568CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D568CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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