Html Css Color HEX #D767CD Orchid

📋 copy color: '#D767CD'

red 215 ◦ green 103 ◦ blue 205

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

Shades of Orchid #D767CD

Tints of Orchid #D767CD

RGB

 RED value IS 215 (84.38% from 255) = 41.11%

 GREEN value IS 103 (40.63% from 255) = 19.69%

 BLUE value IS 205 (80.47% from 255) = 39.2%

R = 41.11%
G = 19.69%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D767CD (or 0xD767CD) is known color: Orchid. HEX triplet: D7, 67 and CD. RGB value is (215,103,205). Sum of RGB (Red+Green+Blue) = 215+103+205=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D767CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767CD is #289832. Grayscale: #939393. Windows color (decimal): -2660403 or 13461463. OLE color: 13461463.

HSL color Cylindrical-coordinate representation of color #D767CD: hue angle of 305.36º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D767CD is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 205 -
CMYK 0 0.52 0.05 0.16
HSL 305.36º 0.58% 0.62% -
HSV(B) 305.36º 0.52% 0.84% -
XYZ 43.89 28.56 60.96 -
YUV 148.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 215 103 205 0 0.52 0.05 0.16 305.36 0.58 0.62
Hex D7 67 CD 0 34 5 10 131 3A 3E
Octal 327 147 315 0 64 5 20 461 72 76
Binary 11010111 1100111 11001101 0 110100 101 10000 100110001 111010 111110

Color Harmonies of #D767CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767CD

Black with #D767CD

Text Example


Text Example

White with #D767CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767CD; }

 p { color: rgb(215,103,205); }

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

background-color css

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

 a { background-color: rgb(215,103,205); }

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

border-color css

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

 span { border-color: rgb(215,103,205); }

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