Html Css Color HEX #D665DF Orchid

📋 copy color: '#D665DF'

red 214 ◦ green 101 ◦ blue 223

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

Shades of Orchid #D665DF

Tints of Orchid #D665DF

RGB

 RED value IS 214 (83.98% from 255) = 39.78%

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

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

R = 39.78%
G = 18.77%
B = 41.45%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D665DF (or 0xD665DF) is known color: Orchid. HEX triplet: D6, 65 and DF. RGB value is (214,101,223). Sum of RGB (Red+Green+Blue) = 214+101+223=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D665DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665DF is #299A20. Grayscale: #949494. Windows color (decimal): -2726433 or 14640598. OLE color: 14640598.

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

Color convert

RGB 214 101 223 -
CMYK 0.04 0.55 0 0.13
HSL 295.57º 0.66% 0.64% -
HSV(B) 295.57º 0.55% 0.87% -
XYZ 45.7 28.93 72.99 -
YUV 148.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 214 101 223 0.04 0.55 0 0.13 295.57 0.66 0.64
Hex D6 65 DF 4 37 0 D 128 42 40
Octal 326 145 337 4 67 0 15 450 102 100
Binary 11010110 1100101 11011111 100 110111 0 1101 100101000 1000010 1000000

Color Harmonies of #D665DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665DF

Black with #D665DF

Text Example


Text Example

White with #D665DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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