Html Css Color HEX #D662CE Orchid

📋 copy color: '#D662CE'

red 214 ◦ green 98 ◦ blue 206

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

Shades of Orchid #D662CE

Tints of Orchid #D662CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 41.31%
G = 18.92%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D662CE (or 0xD662CE) is known color: Orchid. HEX triplet: D6, 62 and CE. RGB value is (214,98,206). Sum of RGB (Red+Green+Blue) = 214+98+206=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D662CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662CE is #299D31. Grayscale: #909090. Windows color (decimal): -2727218 or 13525718. OLE color: 13525718.

HSL color Cylindrical-coordinate representation of color #D662CE: hue angle of 304.14º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D662CE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 206 -
CMYK 0 0.54 0.04 0.16
HSL 304.14º 0.59% 0.61% -
HSV(B) 304.14º 0.54% 0.84% -
XYZ 43.24 27.49 61.42 -
YUV 145 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 214 98 206 0 0.54 0.04 0.16 304.14 0.59 0.61
Hex D6 62 CE 0 36 4 10 130 3B 3D
Octal 326 142 316 0 66 4 20 460 73 75
Binary 11010110 1100010 11001110 0 110110 100 10000 100110000 111011 111101

Color Harmonies of #D662CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662CE

Black with #D662CE

Text Example


Text Example

White with #D662CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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