Html Css Color HEX #D065CC Orchid

📋 copy color: '#D065CC'

red 208 ◦ green 101 ◦ blue 204

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

Shades of Orchid #D065CC

Tints of Orchid #D065CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 40.55%
G = 19.69%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D065CC (or 0xD065CC) is known color: Orchid. HEX triplet: D0, 65 and CC. RGB value is (208,101,204). Sum of RGB (Red+Green+Blue) = 208+101+204=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D065CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065CC is #2F9A33. Grayscale: #909090. Windows color (decimal): -3119668 or 13395408. OLE color: 13395408.

HSL color Cylindrical-coordinate representation of color #D065CC: hue angle of 302.24º 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 #D065CC is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 101 204 -
CMYK 0 0.51 0.02 0.18
HSL 302.24º 0.53% 0.61% -
HSV(B) 302.24º 0.51% 0.82% -
XYZ 41.57 27.08 60.16 -
YUV 144.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 208 101 204 0 0.51 0.02 0.18 302.24 0.53 0.61
Hex D0 65 CC 0 33 2 12 12E 35 3D
Octal 320 145 314 0 63 2 22 456 65 75
Binary 11010000 1100101 11001100 0 110011 10 10010 100101110 110101 111101

Color Harmonies of #D065CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065CC

Black with #D065CC

Text Example


Text Example

White with #D065CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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