Html Css Color HEX #D665C1 Orchid

📋 copy color: '#D665C1'

red 214 ◦ green 101 ◦ blue 193

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

Shades of Orchid #D665C1

Tints of Orchid #D665C1

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

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

 BLUE value IS 193 (75.78% from 255) = 37.99%

R = 42.13%
G = 19.88%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D665C1 (or 0xD665C1) is known color: Orchid. HEX triplet: D6, 65 and C1. RGB value is (214,101,193). Sum of RGB (Red+Green+Blue) = 214+101+193=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D665C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665C1 is #299A3E. Grayscale: #919191. Windows color (decimal): -2726463 or 12674518. OLE color: 12674518.

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

Color convert

RGB 214 101 193 -
CMYK 0 0.53 0.10 0.16
HSL 311.15º 0.58% 0.62% -
HSV(B) 311.15º 0.53% 0.84% -
XYZ 42.01 27.45 53.54 -
YUV 145.28 154.94 177.02 -
System Red Green Blue C M Y K H S L
Decimal 214 101 193 0 0.53 0.10 0.16 311.15 0.58 0.62
Hex D6 65 C1 0 35 A 10 137 3A 3E
Octal 326 145 301 0 65 12 20 467 72 76
Binary 11010110 1100101 11000001 0 110101 1010 10000 100110111 111010 111110

Color Harmonies of #D665C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665C1

Black with #D665C1

Text Example


Text Example

White with #D665C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665C1; }

 p { color: rgb(214,101,193); }

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

background-color css

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

 a { background-color: rgb(214,101,193); }

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

border-color css

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

 span { border-color: rgb(214,101,193); }

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