Html Css Color HEX #D065D7 Orchid

📋 copy color: '#D065D7'

red 208 ◦ green 101 ◦ blue 215

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

Shades of Orchid #D065D7

Tints of Orchid #D065D7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.27%

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

R = 39.69%
G = 19.27%
B = 41.03%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D065D7 (or 0xD065D7) is known color: Orchid. HEX triplet: D0, 65 and D7. RGB value is (208,101,215). Sum of RGB (Red+Green+Blue) = 208+101+215=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #D065D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065D7 is #2F9A28. Grayscale: #919191. Windows color (decimal): -3119657 or 14116304. OLE color: 14116304.

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

Color convert

RGB 208 101 215 -
CMYK 0.03 0.53 0 0.16
HSL 296.32º 0.59% 0.62% -
HSV(B) 296.32º 0.53% 0.84% -
XYZ 42.93 27.62 67.36 -
YUV 145.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 208 101 215 0.03 0.53 0 0.16 296.32 0.59 0.62
Hex D0 65 D7 3 35 0 10 128 3B 3E
Octal 320 145 327 3 65 0 20 450 73 76
Binary 11010000 1100101 11010111 11 110101 0 10000 100101000 111011 111110

Color Harmonies of #D065D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065D7

Black with #D065D7

Text Example


Text Example

White with #D065D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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