Html Css Color HEX #D067C3 Orchid

📋 copy color: '#D067C3'

red 208 ◦ green 103 ◦ blue 195

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

Shades of Orchid #D067C3

Tints of Orchid #D067C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.54%

R = 41.11%
G = 20.36%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D067C3 (or 0xD067C3) is known color: Orchid. HEX triplet: D0, 67 and C3. RGB value is (208,103,195). Sum of RGB (Red+Green+Blue) = 208+103+195=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 195 (76.56% from 255 or 38.54% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D067C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067C3 is #2F983C. Grayscale: #909090. Windows color (decimal): -3119165 or 12806096. OLE color: 12806096.

HSL color Cylindrical-coordinate representation of color #D067C3: hue angle of 307.43º 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 #D067C3 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 195 -
CMYK 0 0.50 0.06 0.18
HSL 307.43º 0.53% 0.61% -
HSV(B) 307.43º 0.5% 0.82% -
XYZ 40.71 27.05 54.71 -
YUV 144.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 208 103 195 0 0.50 0.06 0.18 307.43 0.53 0.61
Hex D0 67 C3 0 32 6 12 133 35 3D
Octal 320 147 303 0 62 6 22 463 65 75
Binary 11010000 1100111 11000011 0 110010 110 10010 100110011 110101 111101

Color Harmonies of #D067C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067C3

Black with #D067C3

Text Example


Text Example

White with #D067C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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