Html Css Color HEX #D065CE Orchid

📋 copy color: '#D065CE'

red 208 ◦ green 101 ◦ blue 206

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

Shades of Orchid #D065CE

Tints of Orchid #D065CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 40.39%
G = 19.61%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D065CE (or 0xD065CE) is known color: Orchid. HEX triplet: D0, 65 and CE. RGB value is (208,101,206). Sum of RGB (Red+Green+Blue) = 208+101+206=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D065CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065CE is #2F9A31. Grayscale: #909090. Windows color (decimal): -3119666 or 13526480. OLE color: 13526480.

HSL color Cylindrical-coordinate representation of color #D065CE: hue angle of 301.12º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D065CE is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 206 -
CMYK 0 0.51 0.01 0.18
HSL 301.12º 0.53% 0.61% -
HSV(B) 301.12º 0.51% 0.82% -
XYZ 41.81 27.17 61.43 -
YUV 144.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 208 101 206 0 0.51 0.01 0.18 301.12 0.53 0.61
Hex D0 65 CE 0 33 1 12 12D 35 3D
Octal 320 145 316 0 63 1 22 455 65 75
Binary 11010000 1100101 11001110 0 110011 1 10010 100101101 110101 111101

Color Harmonies of #D065CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065CE

Black with #D065CE

Text Example


Text Example

White with #D065CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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