Html Css Color HEX #D675E0 Orchid

📋 copy color: '#D675E0'

red 214 ◦ green 117 ◦ blue 224

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

Shades of Orchid #D675E0

Tints of Orchid #D675E0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.08%

 BLUE value IS 224 (87.89% from 255) = 40.36%

R = 38.56%
G = 21.08%
B = 40.36%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D675E0 (or 0xD675E0) is known color: Orchid. HEX triplet: D6, 75 and E0. RGB value is (214,117,224). Sum of RGB (Red+Green+Blue) = 214+117+224=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: blue. Hex color #D675E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D675E0 is #298A1F. Grayscale: #9D9D9D. Windows color (decimal): -2722336 or 14710230. OLE color: 14710230.

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

Color convert

RGB 214 117 224 -
CMYK 0.04 0.48 0 0.12
HSL 294.39º 0.63% 0.67% -
HSV(B) 294.39º 0.48% 0.88% -
XYZ 47.55 32.4 74.27 -
YUV 158.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 214 117 224 0.04 0.48 0 0.12 294.39 0.63 0.67
Hex D6 75 E0 4 30 0 C 126 3F 43
Octal 326 165 340 4 60 0 14 446 77 103
Binary 11010110 1110101 11100000 100 110000 0 1100 100100110 111111 1000011

Color Harmonies of #D675E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D675E0

Black with #D675E0

Text Example


Text Example

White with #D675E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D675E0; }

 p { color: rgb(214,117,224); }

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

background-color css

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

 a { background-color: rgb(214,117,224); }

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

border-color css

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

 span { border-color: rgb(214,117,224); }

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