Html Css Color HEX #D569CE Orchid

📋 copy color: '#D569CE'

red 213 ◦ green 105 ◦ blue 206

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

Shades of Orchid #D569CE

Tints of Orchid #D569CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 40.65%
G = 20.04%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D569CE (or 0xD569CE) is known color: Orchid. HEX triplet: D5, 69 and CE. RGB value is (213,105,206). Sum of RGB (Red+Green+Blue) = 213+105+206=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D569CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569CE is #2A9631. Grayscale: #949494. Windows color (decimal): -2790962 or 13527509. OLE color: 13527509.

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

Color convert

RGB 213 105 206 -
CMYK 0 0.51 0.03 0.16
HSL 303.89º 0.56% 0.62% -
HSV(B) 303.89º 0.51% 0.84% -
XYZ 43.63 28.71 61.63 -
YUV 148.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 213 105 206 0 0.51 0.03 0.16 303.89 0.56 0.62
Hex D5 69 CE 0 33 3 10 130 38 3E
Octal 325 151 316 0 63 3 20 460 70 76
Binary 11010101 1101001 11001110 0 110011 11 10000 100110000 111000 111110

Color Harmonies of #D569CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569CE

Black with #D569CE

Text Example


Text Example

White with #D569CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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