Html Css Color HEX #D065DA Orchid

📋 copy color: '#D065DA'

red 208 ◦ green 101 ◦ blue 218

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

Shades of Orchid #D065DA

Tints of Orchid #D065DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 39.47%
G = 19.17%
B = 41.37%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D065DA (or 0xD065DA) is known color: Orchid. HEX triplet: D0, 65 and DA. RGB value is (208,101,218). Sum of RGB (Red+Green+Blue) = 208+101+218=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #D065DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065DA is #2F9A25. Grayscale: #919191. Windows color (decimal): -3119654 or 14312912. OLE color: 14312912.

HSL color Cylindrical-coordinate representation of color #D065DA: hue angle of 294.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D065DA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 101 218 -
CMYK 0.05 0.54 0 0.15
HSL 294.87º 0.61% 0.63% -
HSV(B) 294.87º 0.54% 0.85% -
XYZ 43.32 27.78 69.41 -
YUV 146.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 208 101 218 0.05 0.54 0 0.15 294.87 0.61 0.63
Hex D0 65 DA 5 36 0 F 127 3D 3F
Octal 320 145 332 5 66 0 17 447 75 77
Binary 11010000 1100101 11011010 101 110110 0 1111 100100111 111101 111111

Color Harmonies of #D065DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065DA

Black with #D065DA

Text Example


Text Example

White with #D065DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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