Html Css Color HEX #D671CC Orchid

📋 copy color: '#D671CC'

red 214 ◦ green 113 ◦ blue 204

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

Shades of Orchid #D671CC

Tints of Orchid #D671CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.28%

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 40.3%
G = 21.28%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D671CC (or 0xD671CC) is known color: Orchid. HEX triplet: D6, 71 and CC. RGB value is (214,113,204). Sum of RGB (Red+Green+Blue) = 214+113+204=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D671CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671CC is #298E33. Grayscale: #999999. Windows color (decimal): -2723380 or 13398486. OLE color: 13398486.

HSL color Cylindrical-coordinate representation of color #D671CC: hue angle of 305.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D671CC is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 204 -
CMYK 0 0.47 0.05 0.16
HSL 305.94º 0.55% 0.64% -
HSV(B) 305.94º 0.47% 0.84% -
XYZ 44.54 30.47 60.66 -
YUV 153.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 214 113 204 0 0.47 0.05 0.16 305.94 0.55 0.64
Hex D6 71 CC 0 2F 5 10 132 37 40
Octal 326 161 314 0 57 5 20 462 67 100
Binary 11010110 1110001 11001100 0 101111 101 10000 100110010 110111 1000000

Color Harmonies of #D671CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671CC

Black with #D671CC

Text Example


Text Example

White with #D671CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671CC; }

 p { color: rgb(214,113,204); }

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

background-color css

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

 a { background-color: rgb(214,113,204); }

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

border-color css

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

 span { border-color: rgb(214,113,204); }

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