Html Css Color HEX #D07BCF Orchid

📋 copy color: '#D07BCF'

red 208 ◦ green 123 ◦ blue 207

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

Shades of Orchid #D07BCF

Tints of Orchid #D07BCF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.86%

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

R = 38.66%
G = 22.86%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D07BCF (or 0xD07BCF) is known color: Orchid. HEX triplet: D0, 7B and CF. RGB value is (208,123,207). Sum of RGB (Red+Green+Blue) = 208+123+207=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D07BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07BCF is #2F8430. Grayscale: #9D9D9D. Windows color (decimal): -3114033 or 13597648. OLE color: 13597648.

HSL color Cylindrical-coordinate representation of color #D07BCF: hue angle of 300.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07BCF is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 123 207 -
CMYK 0 0.41 0.00 0.18
HSL 300.71º 0.47% 0.65% -
HSV(B) 300.71º 0.41% 0.82% -
XYZ 44.36 32.08 62.89 -
YUV 157.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 208 123 207 0 0.41 0.00 0.18 300.71 0.47 0.65
Hex D0 7B CF 0 29 0 12 12D 2F 41
Octal 320 173 317 0 51 0 22 455 57 101
Binary 11010000 1111011 11001111 0 101001 0 10010 100101101 101111 1000001

Color Harmonies of #D07BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07BCF

Black with #D07BCF

Text Example


Text Example

White with #D07BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07BCF; }

 p { color: rgb(208,123,207); }

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

background-color css

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

 a { background-color: rgb(208,123,207); }

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

border-color css

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

 span { border-color: rgb(208,123,207); }

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