Html Css Color HEX #D665DD Orchid

📋 copy color: '#D665DD'

red 214 ◦ green 101 ◦ blue 221

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

Shades of Orchid #D665DD

Tints of Orchid #D665DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 39.93%
G = 18.84%
B = 41.23%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D665DD (or 0xD665DD) is known color: Orchid. HEX triplet: D6, 65 and DD. RGB value is (214,101,221). Sum of RGB (Red+Green+Blue) = 214+101+221=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D665DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665DD is #299A22. Grayscale: #949494. Windows color (decimal): -2726435 or 14509526. OLE color: 14509526.

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

Color convert

RGB 214 101 221 -
CMYK 0.03 0.54 0 0.13
HSL 296.5º 0.64% 0.63% -
HSV(B) 296.5º 0.54% 0.87% -
XYZ 45.44 28.82 71.58 -
YUV 148.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 214 101 221 0.03 0.54 0 0.13 296.5 0.64 0.63
Hex D6 65 DD 3 36 0 D 128 40 3F
Octal 326 145 335 3 66 0 15 450 100 77
Binary 11010110 1100101 11011101 11 110110 0 1101 100101000 1000000 111111

Color Harmonies of #D665DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665DD

Black with #D665DD

Text Example


Text Example

White with #D665DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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