Html Css Color HEX #D668C5 Orchid

📋 copy color: '#D668C5'

red 214 ◦ green 104 ◦ blue 197

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

Shades of Orchid #D668C5

Tints of Orchid #D668C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.25%

R = 41.55%
G = 20.19%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D668C5 (or 0xD668C5) is known color: Orchid. HEX triplet: D6, 68 and C5. RGB value is (214,104,197). Sum of RGB (Red+Green+Blue) = 214+104+197=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D668C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668C5 is #29973A. Grayscale: #939393. Windows color (decimal): -2725691 or 12937430. OLE color: 12937430.

HSL color Cylindrical-coordinate representation of color #D668C5: hue angle of 309.27º 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 #D668C5 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 197 -
CMYK 0 0.51 0.08 0.16
HSL 309.27º 0.57% 0.62% -
HSV(B) 309.27º 0.51% 0.84% -
XYZ 42.76 28.23 56.02 -
YUV 147.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 214 104 197 0 0.51 0.08 0.16 309.27 0.57 0.62
Hex D6 68 C5 0 33 8 10 135 39 3E
Octal 326 150 305 0 63 10 20 465 71 76
Binary 11010110 1101000 11000101 0 110011 1000 10000 100110101 111001 111110

Color Harmonies of #D668C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668C5

Black with #D668C5

Text Example


Text Example

White with #D668C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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