Html Css Color HEX #CF78BE Orchid

📋 copy color: '#CF78BE'

red 207 ◦ green 120 ◦ blue 190

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

Shades of Orchid #CF78BE

Tints of Orchid #CF78BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 40.04%
G = 23.21%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF78BE (or 0xCF78BE) is known color: Orchid. HEX triplet: CF, 78 and BE. RGB value is (207,120,190). Sum of RGB (Red+Green+Blue) = 207+120+190=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78BE is #308741. Grayscale: #999999. Windows color (decimal): -3180354 or 12482767. OLE color: 12482767.

HSL color Cylindrical-coordinate representation of color #CF78BE: hue angle of 311.72º 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 #CF78BE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 190 -
CMYK 0 0.42 0.08 0.19
HSL 311.72º 0.48% 0.64% -
HSV(B) 311.72º 0.42% 0.81% -
XYZ 41.74 30.42 52.39 -
YUV 153.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 207 120 190 0 0.42 0.08 0.19 311.72 0.48 0.64
Hex CF 78 BE 0 2A 8 13 138 30 40
Octal 317 170 276 0 52 10 23 470 60 100
Binary 11001111 1111000 10111110 0 101010 1000 10011 100111000 110000 1000000

Color Harmonies of #CF78BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78BE

Black with #CF78BE

Text Example


Text Example

White with #CF78BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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