Html Css Color HEX #D067D7 Orchid

📋 copy color: '#D067D7'

red 208 ◦ green 103 ◦ blue 215

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

Shades of Orchid #D067D7

Tints of Orchid #D067D7

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.58%

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 39.54%
G = 19.58%
B = 40.87%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D067D7 (or 0xD067D7) is known color: Orchid. HEX triplet: D0, 67 and D7. RGB value is (208,103,215). Sum of RGB (Red+Green+Blue) = 208+103+215=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #D067D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067D7 is #2F9828. Grayscale: #929292. Windows color (decimal): -3119145 or 14116816. OLE color: 14116816.

HSL color Cylindrical-coordinate representation of color #D067D7: hue angle of 296.25º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D067D7 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 103 215 -
CMYK 0.03 0.52 0 0.16
HSL 296.25º 0.58% 0.62% -
HSV(B) 296.25º 0.52% 0.84% -
XYZ 43.13 28.02 67.42 -
YUV 147.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 208 103 215 0.03 0.52 0 0.16 296.25 0.58 0.62
Hex D0 67 D7 3 34 0 10 128 3A 3E
Octal 320 147 327 3 64 0 20 450 72 76
Binary 11010000 1100111 11010111 11 110100 0 10000 100101000 111010 111110

Color Harmonies of #D067D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067D7

Black with #D067D7

Text Example


Text Example

White with #D067D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067D7; }

 p { color: rgb(208,103,215); }

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

background-color css

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

 a { background-color: rgb(208,103,215); }

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

border-color css

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

 span { border-color: rgb(208,103,215); }

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