Html Css Color HEX #CF78CA Orchid

📋 copy color: '#CF78CA'

red 207 ◦ green 120 ◦ blue 202

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

Shades of Orchid #CF78CA

Tints of Orchid #CF78CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.19%

R = 39.13%
G = 22.68%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF78CA (or 0xCF78CA) is known color: Orchid. HEX triplet: CF, 78 and CA. RGB value is (207,120,202). Sum of RGB (Red+Green+Blue) = 207+120+202=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78CA is #308735. Grayscale: #9B9B9B. Windows color (decimal): -3180342 or 13269199. OLE color: 13269199.

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

Color convert

RGB 207 120 202 -
CMYK 0 0.42 0.02 0.19
HSL 303.45º 0.48% 0.64% -
HSV(B) 303.45º 0.42% 0.81% -
XYZ 43.11 30.96 59.58 -
YUV 155.36 154.32 164.83 -
System Red Green Blue C M Y K H S L
Decimal 207 120 202 0 0.42 0.02 0.19 303.45 0.48 0.64
Hex CF 78 CA 0 2A 2 13 12F 30 40
Octal 317 170 312 0 52 2 23 457 60 100
Binary 11001111 1111000 11001010 0 101010 10 10011 100101111 110000 1000000

Color Harmonies of #CF78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78CA

Black with #CF78CA

Text Example


Text Example

White with #CF78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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