Html Css Color HEX #D662E4 Orchid

📋 copy color: '#D662E4'

red 214 ◦ green 98 ◦ blue 228

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

Shades of Orchid #D662E4

Tints of Orchid #D662E4

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.15%

 BLUE value IS 228 (89.45% from 255) = 42.22%

R = 39.63%
G = 18.15%
B = 42.22%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D662E4 (or 0xD662E4) is known color: Orchid. HEX triplet: D6, 62 and E4. RGB value is (214,98,228). Sum of RGB (Red+Green+Blue) = 214+98+228=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 228 (89.45% from 255 or 42.22% from 540); Max value from RGB is 228 - color contains mainly: blue. Hex color #D662E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662E4 is #299D1B. Grayscale: #939393. Windows color (decimal): -2727196 or 14967510. OLE color: 14967510.

HSL color Cylindrical-coordinate representation of color #D662E4: hue angle of 293.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D662E4 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 98 228 -
CMYK 0.06 0.57 0 0.11
HSL 293.54º 0.71% 0.64% -
HSV(B) 293.54º 0.57% 0.89% -
XYZ 46.1 28.63 76.5 -
YUV 147.5 173.43 175.43 -
System Red Green Blue C M Y K H S L
Decimal 214 98 228 0.06 0.57 0 0.11 293.54 0.71 0.64
Hex D6 62 E4 6 39 0 B 126 47 40
Octal 326 142 344 6 71 0 13 446 107 100
Binary 11010110 1100010 11100100 110 111001 0 1011 100100110 1000111 1000000

Color Harmonies of #D662E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662E4

Black with #D662E4

Text Example


Text Example

White with #D662E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662E4; }

 p { color: rgb(214,98,228); }

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

background-color css

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

 a { background-color: rgb(214,98,228); }

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

border-color css

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

 span { border-color: rgb(214,98,228); }

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