Html Css Color HEX #D767CC Orchid

📋 copy color: '#D767CC'

red 215 ◦ green 103 ◦ blue 204

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

Shades of Orchid #D767CC

Tints of Orchid #D767CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 41.19%
G = 19.73%
B = 39.08%

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

#D767CC (or 0xD767CC) is known color: Orchid. HEX triplet: D7, 67 and CC. RGB value is (215,103,204). Sum of RGB (Red+Green+Blue) = 215+103+204=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D767CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D767CC is #289833. Grayscale: #939393. Windows color (decimal): -2660404 or 13395927. OLE color: 13395927.

HSL color Cylindrical-coordinate representation of color #D767CC: hue angle of 305.89º 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 #D767CC is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 103 204 -
CMYK 0 0.52 0.05 0.16
HSL 305.89º 0.58% 0.62% -
HSV(B) 305.89º 0.52% 0.84% -
XYZ 43.77 28.51 60.32 -
YUV 148 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 215 103 204 0 0.52 0.05 0.16 305.89 0.58 0.62
Hex D7 67 CC 0 34 5 10 132 3A 3E
Octal 327 147 314 0 64 5 20 462 72 76
Binary 11010111 1100111 11001100 0 110100 101 10000 100110010 111010 111110

Color Harmonies of #D767CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D767CC

Black with #D767CC

Text Example


Text Example

White with #D767CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D767CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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