Html Css Color HEX #D668C1 Orchid

📋 copy color: '#D668C1'

red 214 ◦ green 104 ◦ blue 193

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

Shades of Orchid #D668C1

Tints of Orchid #D668C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 41.88%
G = 20.35%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D668C1 (or 0xD668C1) is known color: Orchid. HEX triplet: D6, 68 and C1. RGB value is (214,104,193). Sum of RGB (Red+Green+Blue) = 214+104+193=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D668C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668C1 is #29973E. Grayscale: #929292. Windows color (decimal): -2725695 or 12675286. OLE color: 12675286.

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

Color convert

RGB 214 104 193 -
CMYK 0 0.51 0.10 0.16
HSL 311.45º 0.57% 0.62% -
HSV(B) 311.45º 0.51% 0.84% -
XYZ 42.31 28.05 53.64 -
YUV 147.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 214 104 193 0 0.51 0.10 0.16 311.45 0.57 0.62
Hex D6 68 C1 0 33 A 10 137 39 3E
Octal 326 150 301 0 63 12 20 467 71 76
Binary 11010110 1101000 11000001 0 110011 1010 10000 100110111 111001 111110

Color Harmonies of #D668C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668C1

Black with #D668C1

Text Example


Text Example

White with #D668C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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