Html Css Color HEX #D672CB Orchid

📋 copy color: '#D672CB'

red 214 ◦ green 114 ◦ blue 203

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

Shades of Orchid #D672CB

Tints of Orchid #D672CB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.47%

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

R = 40.3%
G = 21.47%
B = 38.23%

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

#D672CB (or 0xD672CB) is known color: Orchid. HEX triplet: D6, 72 and CB. RGB value is (214,114,203). Sum of RGB (Red+Green+Blue) = 214+114+203=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D672CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672CB is #298D34. Grayscale: #999999. Windows color (decimal): -2723125 or 13333206. OLE color: 13333206.

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

Color convert

RGB 214 114 203 -
CMYK 0 0.47 0.05 0.16
HSL 306.6º 0.55% 0.64% -
HSV(B) 306.6º 0.47% 0.84% -
XYZ 44.53 30.64 60.07 -
YUV 154.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 214 114 203 0 0.47 0.05 0.16 306.6 0.55 0.64
Hex D6 72 CB 0 2F 5 10 133 37 40
Octal 326 162 313 0 57 5 20 463 67 100
Binary 11010110 1110010 11001011 0 101111 101 10000 100110011 110111 1000000

Color Harmonies of #D672CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672CB

Black with #D672CB

Text Example


Text Example

White with #D672CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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