Html Css Color HEX #CD78CB Orchid

📋 copy color: '#CD78CB'

red 205 ◦ green 120 ◦ blue 203

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

Shades of Orchid #CD78CB

Tints of Orchid #CD78CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 38.83%
G = 22.73%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD78CB (or 0xCD78CB) is known color: Orchid. HEX triplet: CD, 78 and CB. RGB value is (205,120,203). Sum of RGB (Red+Green+Blue) = 205+120+203=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD78CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78CB is #328734. Grayscale: #9A9A9A. Windows color (decimal): -3311413 or 13334733. OLE color: 13334733.

HSL color Cylindrical-coordinate representation of color #CD78CB: hue angle of 301.41º 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 #CD78CB is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 120 203 -
CMYK 0 0.41 0.01 0.20
HSL 301.41º 0.46% 0.64% -
HSV(B) 301.41º 0.41% 0.8% -
XYZ 42.67 30.72 60.18 -
YUV 154.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 205 120 203 0 0.41 0.01 0.20 301.41 0.46 0.64
Hex CD 78 CB 0 29 1 14 12D 2E 40
Octal 315 170 313 0 51 1 24 455 56 100
Binary 11001101 1111000 11001011 0 101001 1 10100 100101101 101110 1000000

Color Harmonies of #CD78CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD78CB

Black with #CD78CB

Text Example


Text Example

White with #CD78CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD78CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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