Html Css Color HEX #D667C3 Orchid

📋 copy color: '#D667C3'

red 214 ◦ green 103 ◦ blue 195

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

Shades of Orchid #D667C3

Tints of Orchid #D667C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 41.8%
G = 20.12%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D667C3 (or 0xD667C3) is known color: Orchid. HEX triplet: D6, 67 and C3. RGB value is (214,103,195). Sum of RGB (Red+Green+Blue) = 214+103+195=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D667C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667C3 is #29983C. Grayscale: #929292. Windows color (decimal): -2725949 or 12806102. OLE color: 12806102.

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

Color convert

RGB 214 103 195 -
CMYK 0 0.52 0.09 0.16
HSL 310.27º 0.58% 0.62% -
HSV(B) 310.27º 0.52% 0.84% -
XYZ 42.43 27.94 54.79 -
YUV 146.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 214 103 195 0 0.52 0.09 0.16 310.27 0.58 0.62
Hex D6 67 C3 0 34 9 10 136 3A 3E
Octal 326 147 303 0 64 11 20 466 72 76
Binary 11010110 1100111 11000011 0 110100 1001 10000 100110110 111010 111110

Color Harmonies of #D667C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D667C3

Black with #D667C3

Text Example


Text Example

White with #D667C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D667C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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