Html Css Color HEX #D569CF Orchid

📋 copy color: '#D569CF'

red 213 ◦ green 105 ◦ blue 207

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

Shades of Orchid #D569CF

Tints of Orchid #D569CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 40.57%
G = 20%
B = 39.43%

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

#D569CF (or 0xD569CF) is known color: Orchid. HEX triplet: D5, 69 and CF. RGB value is (213,105,207). Sum of RGB (Red+Green+Blue) = 213+105+207=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D569CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569CF is #2A9630. Grayscale: #949494. Windows color (decimal): -2790961 or 13593045. OLE color: 13593045.

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

Color convert

RGB 213 105 207 -
CMYK 0 0.51 0.03 0.16
HSL 303.33º 0.56% 0.62% -
HSV(B) 303.33º 0.51% 0.84% -
XYZ 43.75 28.75 62.28 -
YUV 148.92 160.78 173.71 -
System Red Green Blue C M Y K H S L
Decimal 213 105 207 0 0.51 0.03 0.16 303.33 0.56 0.62
Hex D5 69 CF 0 33 3 10 12F 38 3E
Octal 325 151 317 0 63 3 20 457 70 76
Binary 11010101 1101001 11001111 0 110011 11 10000 100101111 111000 111110

Color Harmonies of #D569CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D569CF

Black with #D569CF

Text Example


Text Example

White with #D569CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D569CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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