Html Css Color HEX #D670CB Orchid

📋 copy color: '#D670CB'

red 214 ◦ green 112 ◦ blue 203

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

Shades of Orchid #D670CB

Tints of Orchid #D670CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.17%

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

R = 40.45%
G = 21.17%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D670CB (or 0xD670CB) is known color: Orchid. HEX triplet: D6, 70 and CB. RGB value is (214,112,203). Sum of RGB (Red+Green+Blue) = 214+112+203=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D670CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670CB is #298F34. Grayscale: #989898. Windows color (decimal): -2723637 or 13332694. OLE color: 13332694.

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

Color convert

RGB 214 112 203 -
CMYK 0 0.48 0.05 0.16
HSL 306.47º 0.55% 0.64% -
HSV(B) 306.47º 0.48% 0.84% -
XYZ 44.31 30.2 59.99 -
YUV 152.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 214 112 203 0 0.48 0.05 0.16 306.47 0.55 0.64
Hex D6 70 CB 0 30 5 10 132 37 40
Octal 326 160 313 0 60 5 20 462 67 100
Binary 11010110 1110000 11001011 0 110000 101 10000 100110010 110111 1000000

Color Harmonies of #D670CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670CB

Black with #D670CB

Text Example


Text Example

White with #D670CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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