Html Css Color HEX #CF78E0 Orchid

📋 copy color: '#CF78E0'

red 207 ◦ green 120 ◦ blue 224

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

Shades of Orchid #CF78E0

Tints of Orchid #CF78E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.65%

R = 37.57%
G = 21.78%
B = 40.65%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF78E0 (or 0xCF78E0) is known color: Orchid. HEX triplet: CF, 78 and E0. RGB value is (207,120,224). Sum of RGB (Red+Green+Blue) = 207+120+224=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF78E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78E0 is #30871F. Grayscale: #9D9D9D. Windows color (decimal): -3180320 or 14710991. OLE color: 14710991.

HSL color Cylindrical-coordinate representation of color #CF78E0: hue angle of 290.19º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF78E0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 120 224 -
CMYK 0.08 0.46 0 0.12
HSL 290.19º 0.63% 0.67% -
HSV(B) 290.19º 0.46% 0.88% -
XYZ 45.9 32.08 74.29 -
YUV 157.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 207 120 224 0.08 0.46 0 0.12 290.19 0.63 0.67
Hex CF 78 E0 8 2E 0 C 122 3F 43
Octal 317 170 340 10 56 0 14 442 77 103
Binary 11001111 1111000 11100000 1000 101110 0 1100 100100010 111111 1000011

Color Harmonies of #CF78E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78E0

Black with #CF78E0

Text Example


Text Example

White with #CF78E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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