Html Css Color HEX #D075CD Orchid

📋 copy color: '#D075CD'

red 208 ◦ green 117 ◦ blue 205

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

Shades of Orchid #D075CD

Tints of Orchid #D075CD

RGB

 RED value IS 208 (81.64% from 255) = 39.25%

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

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

R = 39.25%
G = 22.08%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D075CD (or 0xD075CD) is known color: Orchid. HEX triplet: D0, 75 and CD. RGB value is (208,117,205). Sum of RGB (Red+Green+Blue) = 208+117+205=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D075CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D075CD is #2F8A32. Grayscale: #999999. Windows color (decimal): -3115571 or 13465040. OLE color: 13465040.

HSL color Cylindrical-coordinate representation of color #D075CD: hue angle of 301.98º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D075CD is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 117 205 -
CMYK 0 0.44 0.01 0.18
HSL 301.98º 0.49% 0.64% -
HSV(B) 301.98º 0.44% 0.82% -
XYZ 43.39 30.54 61.37 -
YUV 154.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 208 117 205 0 0.44 0.01 0.18 301.98 0.49 0.64
Hex D0 75 CD 0 2C 1 12 12E 31 40
Octal 320 165 315 0 54 1 22 456 61 100
Binary 11010000 1110101 11001101 0 101100 1 10010 100101110 110001 1000000

Color Harmonies of #D075CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D075CD

Black with #D075CD

Text Example


Text Example

White with #D075CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D075CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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