Html Css Color HEX #D569CD Orchid

📋 copy color: '#D569CD'

red 213 ◦ green 105 ◦ blue 205

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

Shades of Orchid #D569CD

Tints of Orchid #D569CD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.08%

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

R = 40.73%
G = 20.08%
B = 39.2%

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

#D569CD (or 0xD569CD) is known color: Orchid. HEX triplet: D5, 69 and CD. RGB value is (213,105,205). Sum of RGB (Red+Green+Blue) = 213+105+205=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D569CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569CD is #2A9632. Grayscale: #949494. Windows color (decimal): -2790963 or 13461973. OLE color: 13461973.

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

Color convert

RGB 213 105 205 -
CMYK 0 0.51 0.04 0.16
HSL 304.44º 0.56% 0.62% -
HSV(B) 304.44º 0.51% 0.84% -
XYZ 43.51 28.66 61 -
YUV 148.69 159.78 173.87 -
System Red Green Blue C M Y K H S L
Decimal 213 105 205 0 0.51 0.04 0.16 304.44 0.56 0.62
Hex D5 69 CD 0 33 4 10 130 38 3E
Octal 325 151 315 0 63 4 20 460 70 76
Binary 11010101 1101001 11001101 0 110011 100 10000 100110000 111000 111110

Color Harmonies of #D569CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569CD

Black with #D569CD

Text Example


Text Example

White with #D569CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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