Html Css Color HEX #D665E1 Orchid

📋 copy color: '#D665E1'

red 214 ◦ green 101 ◦ blue 225

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

Shades of Orchid #D665E1

Tints of Orchid #D665E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 39.63%
G = 18.7%
B = 41.67%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D665E1 (or 0xD665E1) is known color: Orchid. HEX triplet: D6, 65 and E1. RGB value is (214,101,225). Sum of RGB (Red+Green+Blue) = 214+101+225=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #D665E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665E1 is #299A1E. Grayscale: #949494. Windows color (decimal): -2726431 or 14771670. OLE color: 14771670.

HSL color Cylindrical-coordinate representation of color #D665E1: hue angle of 294.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D665E1 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 101 225 -
CMYK 0.05 0.55 0 0.12
HSL 294.68º 0.67% 0.64% -
HSV(B) 294.68º 0.55% 0.88% -
XYZ 45.98 29.04 74.42 -
YUV 148.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 214 101 225 0.05 0.55 0 0.12 294.68 0.67 0.64
Hex D6 65 E1 5 37 0 C 127 43 40
Octal 326 145 341 5 67 0 14 447 103 100
Binary 11010110 1100101 11100001 101 110111 0 1100 100100111 1000011 1000000

Color Harmonies of #D665E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665E1

Black with #D665E1

Text Example


Text Example

White with #D665E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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