Html Css Color HEX #D067C1 Orchid

📋 copy color: '#D067C1'

red 208 ◦ green 103 ◦ blue 193

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

Shades of Orchid #D067C1

Tints of Orchid #D067C1

RGB

 RED value IS 208 (81.64% from 255) = 41.27%

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

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

R = 41.27%
G = 20.44%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D067C1 (or 0xD067C1) is known color: Orchid. HEX triplet: D0, 67 and C1. RGB value is (208,103,193). Sum of RGB (Red+Green+Blue) = 208+103+193=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 103 (40.62% from 255 or 20.44% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D067C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067C1 is #2F983E. Grayscale: #909090. Windows color (decimal): -3119167 or 12675024. OLE color: 12675024.

HSL color Cylindrical-coordinate representation of color #D067C1: hue angle of 308.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D067C1 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 193 -
CMYK 0 0.50 0.07 0.18
HSL 308.57º 0.53% 0.61% -
HSV(B) 308.57º 0.5% 0.82% -
XYZ 40.49 26.96 53.52 -
YUV 144.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 208 103 193 0 0.50 0.07 0.18 308.57 0.53 0.61
Hex D0 67 C1 0 32 7 12 135 35 3D
Octal 320 147 301 0 62 7 22 465 65 75
Binary 11010000 1100111 11000001 0 110010 111 10010 100110101 110101 111101

Color Harmonies of #D067C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067C1

Black with #D067C1

Text Example


Text Example

White with #D067C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067C1; }

 p { color: rgb(208,103,193); }

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

background-color css

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

 a { background-color: rgb(208,103,193); }

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

border-color css

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

 span { border-color: rgb(208,103,193); }

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