Html Css Color HEX #CD78C2 Orchid

📋 copy color: '#CD78C2'

red 205 ◦ green 120 ◦ blue 194

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

Shades of Orchid #CD78C2

Tints of Orchid #CD78C2

RGB

 RED value IS 205 (80.47% from 255) = 39.5%

 GREEN value IS 120 (47.27% from 255) = 23.12%

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 39.5%
G = 23.12%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#CD78C2 (or 0xCD78C2) is known color: Orchid. HEX triplet: CD, 78 and C2. RGB value is (205,120,194). Sum of RGB (Red+Green+Blue) = 205+120+194=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD78C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78C2 is #32873D. Grayscale: #999999. Windows color (decimal): -3311422 or 12744909. OLE color: 12744909.

HSL color Cylindrical-coordinate representation of color #CD78C2: hue angle of 307.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD78C2 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 120 194 -
CMYK 0 0.41 0.05 0.20
HSL 307.76º 0.46% 0.64% -
HSV(B) 307.76º 0.41% 0.8% -
XYZ 41.63 30.31 54.69 -
YUV 153.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 205 120 194 0 0.41 0.05 0.20 307.76 0.46 0.64
Hex CD 78 C2 0 29 5 14 134 2E 40
Octal 315 170 302 0 51 5 24 464 56 100
Binary 11001101 1111000 11000010 0 101001 101 10100 100110100 101110 1000000

Color Harmonies of #CD78C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD78C2

Black with #CD78C2

Text Example


Text Example

White with #CD78C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD78C2; }

 p { color: rgb(205,120,194); }

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

background-color css

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

 a { background-color: rgb(205,120,194); }

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

border-color css

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

 span { border-color: rgb(205,120,194); }

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