Html Css Color HEX #CF78D6 Orchid

📋 copy color: '#CF78D6'

red 207 ◦ green 120 ◦ blue 214

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

Shades of Orchid #CF78D6

Tints of Orchid #CF78D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.56%

R = 38.26%
G = 22.18%
B = 39.56%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF78D6 (or 0xCF78D6) is known color: Orchid. HEX triplet: CF, 78 and D6. RGB value is (207,120,214). Sum of RGB (Red+Green+Blue) = 207+120+214=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF78D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78D6 is #308729. Grayscale: #9C9C9C. Windows color (decimal): -3180330 or 14055631. OLE color: 14055631.

HSL color Cylindrical-coordinate representation of color #CF78D6: hue angle of 295.53º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF78D6 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 120 214 -
CMYK 0.03 0.44 0 0.16
HSL 295.53º 0.53% 0.65% -
HSV(B) 295.53º 0.44% 0.84% -
XYZ 44.59 31.55 67.36 -
YUV 156.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 207 120 214 0.03 0.44 0 0.16 295.53 0.53 0.65
Hex CF 78 D6 3 2C 0 10 128 35 41
Octal 317 170 326 3 54 0 20 450 65 101
Binary 11001111 1111000 11010110 11 101100 0 10000 100101000 110101 1000001

Color Harmonies of #CF78D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78D6

Black with #CF78D6

Text Example


Text Example

White with #CF78D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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