Html Css Color HEX #D065D5 Orchid

📋 copy color: '#D065D5'

red 208 ◦ green 101 ◦ blue 213

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

Shades of Orchid #D065D5

Tints of Orchid #D065D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 39.85%
G = 19.35%
B = 40.8%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D065D5 (or 0xD065D5) is known color: Orchid. HEX triplet: D0, 65 and D5. RGB value is (208,101,213). Sum of RGB (Red+Green+Blue) = 208+101+213=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #D065D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065D5 is #2F9A2A. Grayscale: #919191. Windows color (decimal): -3119659 or 13985232. OLE color: 13985232.

HSL color Cylindrical-coordinate representation of color #D065D5: hue angle of 297.32º degrees, saturation: 0.57, 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 #D065D5 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 101 213 -
CMYK 0.02 0.53 0 0.16
HSL 297.32º 0.57% 0.62% -
HSV(B) 297.32º 0.53% 0.84% -
XYZ 42.68 27.52 66.01 -
YUV 145.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 208 101 213 0.02 0.53 0 0.16 297.32 0.57 0.62
Hex D0 65 D5 2 35 0 10 129 39 3E
Octal 320 145 325 2 65 0 20 451 71 76
Binary 11010000 1100101 11010101 10 110101 0 10000 100101001 111001 111110

Color Harmonies of #D065D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065D5

Black with #D065D5

Text Example


Text Example

White with #D065D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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