Html Css Color HEX #CF78DD Orchid

📋 copy color: '#CF78DD'

red 207 ◦ green 120 ◦ blue 221

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

Shades of Orchid #CF78DD

Tints of Orchid #CF78DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 37.77%
G = 21.9%
B = 40.33%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF78DD (or 0xCF78DD) is known color: Orchid. HEX triplet: CF, 78 and DD. RGB value is (207,120,221). Sum of RGB (Red+Green+Blue) = 207+120+221=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78DD is #308722. Grayscale: #9D9D9D. Windows color (decimal): -3180323 or 14514383. OLE color: 14514383.

HSL color Cylindrical-coordinate representation of color #CF78DD: hue angle of 291.68º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF78DD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 120 221 -
CMYK 0.06 0.46 0 0.13
HSL 291.68º 0.6% 0.67% -
HSV(B) 291.68º 0.46% 0.87% -
XYZ 45.5 31.92 72.17 -
YUV 157.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 207 120 221 0.06 0.46 0 0.13 291.68 0.6 0.67
Hex CF 78 DD 6 2E 0 D 124 3C 43
Octal 317 170 335 6 56 0 15 444 74 103
Binary 11001111 1111000 11011101 110 101110 0 1101 100100100 111100 1000011

Color Harmonies of #CF78DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78DD

Black with #CF78DD

Text Example


Text Example

White with #CF78DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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