Html Css Color HEX #D670CC Orchid

📋 copy color: '#D670CC'

red 214 ◦ green 112 ◦ blue 204

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

Shades of Orchid #D670CC

Tints of Orchid #D670CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 40.38%
G = 21.13%
B = 38.49%

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

#D670CC (or 0xD670CC) is known color: Orchid. HEX triplet: D6, 70 and CC. RGB value is (214,112,204). Sum of RGB (Red+Green+Blue) = 214+112+204=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D670CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670CC is #298F33. Grayscale: #989898. Windows color (decimal): -2723636 or 13398230. OLE color: 13398230.

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

Color convert

RGB 214 112 204 -
CMYK 0 0.48 0.05 0.16
HSL 305.88º 0.55% 0.64% -
HSV(B) 305.88º 0.48% 0.84% -
XYZ 44.42 30.24 60.62 -
YUV 152.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 214 112 204 0 0.48 0.05 0.16 305.88 0.55 0.64
Hex D6 70 CC 0 30 5 10 132 37 40
Octal 326 160 314 0 60 5 20 462 67 100
Binary 11010110 1110000 11001100 0 110000 101 10000 100110010 110111 1000000

Color Harmonies of #D670CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670CC

Black with #D670CC

Text Example


Text Example

White with #D670CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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