Html Css Color HEX #D670CF Orchid

📋 copy color: '#D670CF'

red 214 ◦ green 112 ◦ blue 207

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

Shades of Orchid #D670CF

Tints of Orchid #D670CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 40.15%
G = 21.01%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D670CF (or 0xD670CF) is known color: Orchid. HEX triplet: D6, 70 and CF. RGB value is (214,112,207). Sum of RGB (Red+Green+Blue) = 214+112+207=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D670CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670CF is #298F30. Grayscale: #999999. Windows color (decimal): -2723633 or 13594838. OLE color: 13594838.

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

Color convert

RGB 214 112 207 -
CMYK 0 0.48 0.03 0.16
HSL 304.12º 0.55% 0.64% -
HSV(B) 304.12º 0.48% 0.84% -
XYZ 44.79 30.39 62.54 -
YUV 153.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 214 112 207 0 0.48 0.03 0.16 304.12 0.55 0.64
Hex D6 70 CF 0 30 3 10 130 37 40
Octal 326 160 317 0 60 3 20 460 67 100
Binary 11010110 1110000 11001111 0 110000 11 10000 100110000 110111 1000000

Color Harmonies of #D670CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670CF

Black with #D670CF

Text Example


Text Example

White with #D670CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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