Html Css Color HEX #D67EC6 Orchid

📋 copy color: '#D67EC6'

red 214 ◦ green 126 ◦ blue 198

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

Shades of Orchid #D67EC6

Tints of Orchid #D67EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.42%

 BLUE value IS 198 (77.73% from 255) = 36.8%

R = 39.78%
G = 23.42%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D67EC6 (or 0xD67EC6) is known color: Orchid. HEX triplet: D6, 7E and C6. RGB value is (214,126,198). Sum of RGB (Red+Green+Blue) = 214+126+198=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D67EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67EC6 is #298139. Grayscale: #A0A0A0. Windows color (decimal): -2720058 or 13008598. OLE color: 13008598.

HSL color Cylindrical-coordinate representation of color #D67EC6: hue angle of 310.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67EC6 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 126 198 -
CMYK 0 0.41 0.07 0.16
HSL 310.91º 0.52% 0.67% -
HSV(B) 310.91º 0.41% 0.84% -
XYZ 45.39 33.3 57.46 -
YUV 160.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 214 126 198 0 0.41 0.07 0.16 310.91 0.52 0.67
Hex D6 7E C6 0 29 7 10 137 34 43
Octal 326 176 306 0 51 7 20 467 64 103
Binary 11010110 1111110 11000110 0 101001 111 10000 100110111 110100 1000011

Color Harmonies of #D67EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67EC6

Black with #D67EC6

Text Example


Text Example

White with #D67EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67EC6; }

 p { color: rgb(214,126,198); }

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

background-color css

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

 a { background-color: rgb(214,126,198); }

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

border-color css

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

 span { border-color: rgb(214,126,198); }

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