Html Css Color HEX #D675CD Orchid

📋 copy color: '#D675CD'

red 214 ◦ green 117 ◦ blue 205

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

Shades of Orchid #D675CD

Tints of Orchid #D675CD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.83%

 BLUE value IS 205 (80.47% from 255) = 38.25%

R = 39.93%
G = 21.83%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D675CD (or 0xD675CD) is known color: Orchid. HEX triplet: D6, 75 and CD. RGB value is (214,117,205). Sum of RGB (Red+Green+Blue) = 214+117+205=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D675CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675CD is #298A32. Grayscale: #9B9B9B. Windows color (decimal): -2722355 or 13465046. OLE color: 13465046.

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

Color convert

RGB 214 117 205 -
CMYK 0 0.45 0.04 0.16
HSL 305.57º 0.54% 0.65% -
HSV(B) 305.57º 0.45% 0.84% -
XYZ 45.11 31.43 61.45 -
YUV 156.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 214 117 205 0 0.45 0.04 0.16 305.57 0.54 0.65
Hex D6 75 CD 0 2D 4 10 132 36 41
Octal 326 165 315 0 55 4 20 462 66 101
Binary 11010110 1110101 11001101 0 101101 100 10000 100110010 110110 1000001

Color Harmonies of #D675CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675CD

Black with #D675CD

Text Example


Text Example

White with #D675CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675CD; }

 p { color: rgb(214,117,205); }

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

background-color css

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

 a { background-color: rgb(214,117,205); }

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

border-color css

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

 span { border-color: rgb(214,117,205); }

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