Html Css Color HEX #D662E6 Orchid

📋 copy color: '#D662E6'

red 214 ◦ green 98 ◦ blue 230

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

Shades of Orchid #D662E6

Tints of Orchid #D662E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.44%

R = 39.48%
G = 18.08%
B = 42.44%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D662E6 (or 0xD662E6) is known color: Orchid. HEX triplet: D6, 62 and E6. RGB value is (214,98,230). Sum of RGB (Red+Green+Blue) = 214+98+230=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #D662E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D662E6 is #299D19. Grayscale: #939393. Windows color (decimal): -2727194 or 15098582. OLE color: 15098582.

HSL color Cylindrical-coordinate representation of color #D662E6: hue angle of 292.73º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D662E6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 98 230 -
CMYK 0.07 0.57 0 0.10
HSL 292.73º 0.73% 0.64% -
HSV(B) 292.73º 0.57% 0.9% -
XYZ 46.38 28.74 77.97 -
YUV 147.73 174.43 175.27 -
System Red Green Blue C M Y K H S L
Decimal 214 98 230 0.07 0.57 0 0.10 292.73 0.73 0.64
Hex D6 62 E6 7 39 0 A 125 49 40
Octal 326 142 346 7 71 0 12 445 111 100
Binary 11010110 1100010 11100110 111 111001 0 1010 100100101 1001001 1000000

Color Harmonies of #D662E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662E6

Black with #D662E6

Text Example


Text Example

White with #D662E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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