Html Css Color HEX #D667C7 Orchid

📋 copy color: '#D667C7'

red 214 ◦ green 103 ◦ blue 199

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

Shades of Orchid #D667C7

Tints of Orchid #D667C7

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.96%

 BLUE value IS 199 (78.13% from 255) = 38.57%

R = 41.47%
G = 19.96%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D667C7 (or 0xD667C7) is known color: Orchid. HEX triplet: D6, 67 and C7. RGB value is (214,103,199). Sum of RGB (Red+Green+Blue) = 214+103+199=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C7 is #299838. Grayscale: #929292. Windows color (decimal): -2725945 or 13068246. OLE color: 13068246.

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

Color convert

RGB 214 103 199 -
CMYK 0 0.52 0.07 0.16
HSL 308.11º 0.58% 0.62% -
HSV(B) 308.11º 0.52% 0.84% -
XYZ 42.89 28.12 57.2 -
YUV 147.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 214 103 199 0 0.52 0.07 0.16 308.11 0.58 0.62
Hex D6 67 C7 0 34 7 10 134 3A 3E
Octal 326 147 307 0 64 7 20 464 72 76
Binary 11010110 1100111 11000111 0 110100 111 10000 100110100 111010 111110

Color Harmonies of #D667C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667C7

Black with #D667C7

Text Example


Text Example

White with #D667C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667C7; }

 p { color: rgb(214,103,199); }

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

background-color css

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

 a { background-color: rgb(214,103,199); }

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

border-color css

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

 span { border-color: rgb(214,103,199); }

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