Html Css Color HEX #D668CD Orchid

📋 copy color: '#D668CD'

red 214 ◦ green 104 ◦ blue 205

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

Shades of Orchid #D668CD

Tints of Orchid #D668CD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.89%

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 40.92%
G = 19.89%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D668CD (or 0xD668CD) is known color: Orchid. HEX triplet: D6, 68 and CD. RGB value is (214,104,205). Sum of RGB (Red+Green+Blue) = 214+104+205=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D668CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668CD is #299732. Grayscale: #949494. Windows color (decimal): -2725683 or 13461718. OLE color: 13461718.

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

Color convert

RGB 214 104 205 -
CMYK 0 0.51 0.04 0.16
HSL 304.91º 0.57% 0.62% -
HSV(B) 304.91º 0.51% 0.84% -
XYZ 43.7 28.6 60.98 -
YUV 148.4 159.94 174.79 -
System Red Green Blue C M Y K H S L
Decimal 214 104 205 0 0.51 0.04 0.16 304.91 0.57 0.62
Hex D6 68 CD 0 33 4 10 131 39 3E
Octal 326 150 315 0 63 4 20 461 71 76
Binary 11010110 1101000 11001101 0 110011 100 10000 100110001 111001 111110

Color Harmonies of #D668CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668CD

Black with #D668CD

Text Example


Text Example

White with #D668CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668CD; }

 p { color: rgb(214,104,205); }

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

background-color css

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

 a { background-color: rgb(214,104,205); }

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

border-color css

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

 span { border-color: rgb(214,104,205); }

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