Html Css Color HEX #D674CB Orchid

📋 copy color: '#D674CB'

red 214 ◦ green 116 ◦ blue 203

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

Shades of Orchid #D674CB

Tints of Orchid #D674CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.76%

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

R = 40.15%
G = 21.76%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D674CB (or 0xD674CB) is known color: Orchid. HEX triplet: D6, 74 and CB. RGB value is (214,116,203). Sum of RGB (Red+Green+Blue) = 214+116+203=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D674CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674CB is #298B34. Grayscale: #9A9A9A. Windows color (decimal): -2722613 or 13333718. OLE color: 13333718.

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

Color convert

RGB 214 116 203 -
CMYK 0 0.46 0.05 0.16
HSL 306.73º 0.54% 0.65% -
HSV(B) 306.73º 0.46% 0.84% -
XYZ 44.76 31.1 60.14 -
YUV 155.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 214 116 203 0 0.46 0.05 0.16 306.73 0.54 0.65
Hex D6 74 CB 0 2E 5 10 133 36 41
Octal 326 164 313 0 56 5 20 463 66 101
Binary 11010110 1110100 11001011 0 101110 101 10000 100110011 110110 1000001

Color Harmonies of #D674CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674CB

Black with #D674CB

Text Example


Text Example

White with #D674CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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