Html Css Color HEX #CF78BB Orchid

📋 copy color: '#CF78BB'

red 207 ◦ green 120 ◦ blue 187

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

Shades of Orchid #CF78BB

Tints of Orchid #CF78BB

RGB

 RED value IS 207 (81.25% from 255) = 40.27%

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

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 40.27%
G = 23.35%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF78BB (or 0xCF78BB) is known color: Orchid. HEX triplet: CF, 78 and BB. RGB value is (207,120,187). Sum of RGB (Red+Green+Blue) = 207+120+187=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78BB is #308744. Grayscale: #999999. Windows color (decimal): -3180357 or 12286159. OLE color: 12286159.

HSL color Cylindrical-coordinate representation of color #CF78BB: hue angle of 313.79º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF78BB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 187 -
CMYK 0 0.42 0.10 0.19
HSL 313.79º 0.48% 0.64% -
HSV(B) 313.79º 0.42% 0.81% -
XYZ 41.42 30.29 50.68 -
YUV 153.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 207 120 187 0 0.42 0.10 0.19 313.79 0.48 0.64
Hex CF 78 BB 0 2A A 13 13A 30 40
Octal 317 170 273 0 52 12 23 472 60 100
Binary 11001111 1111000 10111011 0 101010 1010 10011 100111010 110000 1000000

Color Harmonies of #CF78BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78BB

Black with #CF78BB

Text Example


Text Example

White with #CF78BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78BB; }

 p { color: rgb(207,120,187); }

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

background-color css

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

 a { background-color: rgb(207,120,187); }

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

border-color css

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

 span { border-color: rgb(207,120,187); }

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