Html Css Color HEX #D671CB Orchid

📋 copy color: '#D671CB'

red 214 ◦ green 113 ◦ blue 203

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

Shades of Orchid #D671CB

Tints of Orchid #D671CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 40.38%
G = 21.32%
B = 38.3%

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

#D671CB (or 0xD671CB) is known color: Orchid. HEX triplet: D6, 71 and CB. RGB value is (214,113,203). Sum of RGB (Red+Green+Blue) = 214+113+203=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D671CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671CB is #298E34. Grayscale: #999999. Windows color (decimal): -2723381 or 13332950. OLE color: 13332950.

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

Color convert

RGB 214 113 203 -
CMYK 0 0.47 0.05 0.16
HSL 306.53º 0.55% 0.64% -
HSV(B) 306.53º 0.47% 0.84% -
XYZ 44.42 30.42 60.03 -
YUV 153.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 214 113 203 0 0.47 0.05 0.16 306.53 0.55 0.64
Hex D6 71 CB 0 2F 5 10 133 37 40
Octal 326 161 313 0 57 5 20 463 67 100
Binary 11010110 1110001 11001011 0 101111 101 10000 100110011 110111 1000000

Color Harmonies of #D671CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671CB

Black with #D671CB

Text Example


Text Example

White with #D671CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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