Html Css Color HEX #CF78E6 Orchid

📋 copy color: '#CF78E6'

red 207 ◦ green 120 ◦ blue 230

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

Shades of Orchid #CF78E6

Tints of Orchid #CF78E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.29%

R = 37.16%
G = 21.54%
B = 41.29%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CF78E6 (or 0xCF78E6) is known color: Orchid. HEX triplet: CF, 78 and E6. RGB value is (207,120,230). Sum of RGB (Red+Green+Blue) = 207+120+230=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF78E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF78E6 is #308719. Grayscale: #9E9E9E. Windows color (decimal): -3180314 or 15104207. OLE color: 15104207.

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

Color convert

RGB 207 120 230 -
CMYK 0.10 0.48 0 0.10
HSL 287.45º 0.69% 0.69% -
HSV(B) 287.45º 0.48% 0.9% -
XYZ 46.73 32.41 78.66 -
YUV 158.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 207 120 230 0.10 0.48 0 0.10 287.45 0.69 0.69
Hex CF 78 E6 A 30 0 A 11F 45 45
Octal 317 170 346 12 60 0 12 437 105 105
Binary 11001111 1111000 11100110 1010 110000 0 1010 100011111 1000101 1000101

Color Harmonies of #CF78E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78E6

Black with #CF78E6

Text Example


Text Example

White with #CF78E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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