Html Css Color HEX #D667DA Orchid

📋 copy color: '#D667DA'

red 214 ◦ green 103 ◦ blue 218

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

Shades of Orchid #D667DA

Tints of Orchid #D667DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.25%

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 40%
G = 19.25%
B = 40.75%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D667DA (or 0xD667DA) is known color: Orchid. HEX triplet: D6, 67 and DA. RGB value is (214,103,218). Sum of RGB (Red+Green+Blue) = 214+103+218=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D667DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667DA is #299825. Grayscale: #949494. Windows color (decimal): -2725926 or 14313430. OLE color: 14313430.

HSL color Cylindrical-coordinate representation of color #D667DA: hue angle of 297.91º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D667DA is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 103 218 -
CMYK 0.02 0.53 0 0.15
HSL 297.91º 0.61% 0.63% -
HSV(B) 297.91º 0.53% 0.85% -
XYZ 45.24 29.06 69.55 -
YUV 149.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 214 103 218 0.02 0.53 0 0.15 297.91 0.61 0.63
Hex D6 67 DA 2 35 0 F 12A 3D 3F
Octal 326 147 332 2 65 0 17 452 75 77
Binary 11010110 1100111 11011010 10 110101 0 1111 100101010 111101 111111

Color Harmonies of #D667DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667DA

Black with #D667DA

Text Example


Text Example

White with #D667DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667DA; }

 p { color: rgb(214,103,218); }

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

background-color css

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

 a { background-color: rgb(214,103,218); }

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

border-color css

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

 span { border-color: rgb(214,103,218); }

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