Html Css Color HEX #D065DF Orchid

📋 copy color: '#D065DF'

red 208 ◦ green 101 ◦ blue 223

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

Shades of Orchid #D065DF

Tints of Orchid #D065DF

RGB

 RED value IS 208 (81.64% from 255) = 39.1%

 GREEN value IS 101 (39.84% from 255) = 18.98%

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 39.1%
G = 18.98%
B = 41.92%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D065DF (or 0xD065DF) is known color: Orchid. HEX triplet: D0, 65 and DF. RGB value is (208,101,223). Sum of RGB (Red+Green+Blue) = 208+101+223=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 101 (39.84% from 255 or 18.98% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D065DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065DF is #2F9A20. Grayscale: #929292. Windows color (decimal): -3119649 or 14640592. OLE color: 14640592.

HSL color Cylindrical-coordinate representation of color #D065DF: hue angle of 292.62º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D065DF is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 101 223 -
CMYK 0.07 0.55 0 0.13
HSL 292.62º 0.66% 0.64% -
HSV(B) 292.62º 0.55% 0.87% -
XYZ 43.99 28.04 72.91 -
YUV 146.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 208 101 223 0.07 0.55 0 0.13 292.62 0.66 0.64
Hex D0 65 DF 7 37 0 D 125 42 40
Octal 320 145 337 7 67 0 15 445 102 100
Binary 11010000 1100101 11011111 111 110111 0 1101 100100101 1000010 1000000

Color Harmonies of #D065DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065DF

Black with #D065DF

Text Example


Text Example

White with #D065DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065DF; }

 p { color: rgb(208,101,223); }

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

background-color css

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

 a { background-color: rgb(208,101,223); }

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

border-color css

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

 span { border-color: rgb(208,101,223); }

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