Html Css Color HEX #D065CB Orchid

📋 copy color: '#D065CB'

red 208 ◦ green 101 ◦ blue 203

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

Shades of Orchid #D065CB

Tints of Orchid #D065CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 40.63%
G = 19.73%
B = 39.65%

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

#D065CB (or 0xD065CB) is known color: Orchid. HEX triplet: D0, 65 and CB. RGB value is (208,101,203). Sum of RGB (Red+Green+Blue) = 208+101+203=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D065CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065CB is #2F9A34. Grayscale: #909090. Windows color (decimal): -3119669 or 13329872. OLE color: 13329872.

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

Color convert

RGB 208 101 203 -
CMYK 0 0.51 0.02 0.18
HSL 302.8º 0.53% 0.61% -
HSV(B) 302.8º 0.51% 0.82% -
XYZ 41.45 27.03 59.53 -
YUV 144.62 160.95 173.21 -
System Red Green Blue C M Y K H S L
Decimal 208 101 203 0 0.51 0.02 0.18 302.8 0.53 0.61
Hex D0 65 CB 0 33 2 12 12F 35 3D
Octal 320 145 313 0 63 2 22 457 65 75
Binary 11010000 1100101 11001011 0 110011 10 10010 100101111 110101 111101

Color Harmonies of #D065CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065CB

Black with #D065CB

Text Example


Text Example

White with #D065CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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