Html Css Color HEX #CF78D3 Orchid

📋 copy color: '#CF78D3'

red 207 ◦ green 120 ◦ blue 211

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

Shades of Orchid #CF78D3

Tints of Orchid #CF78D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.22%

R = 38.48%
G = 22.3%
B = 39.22%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF78D3 (or 0xCF78D3) is known color: Orchid. HEX triplet: CF, 78 and D3. RGB value is (207,120,211). Sum of RGB (Red+Green+Blue) = 207+120+211=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF78D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78D3 is #30872C. Grayscale: #9C9C9C. Windows color (decimal): -3180333 or 13859023. OLE color: 13859023.

HSL color Cylindrical-coordinate representation of color #CF78D3: hue angle of 297.36º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF78D3 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 120 211 -
CMYK 0.02 0.43 0 0.17
HSL 297.36º 0.51% 0.65% -
HSV(B) 297.36º 0.43% 0.83% -
XYZ 44.21 31.4 65.36 -
YUV 156.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 207 120 211 0.02 0.43 0 0.17 297.36 0.51 0.65
Hex CF 78 D3 2 2B 0 11 129 33 41
Octal 317 170 323 2 53 0 21 451 63 101
Binary 11001111 1111000 11010011 10 101011 0 10001 100101001 110011 1000001

Color Harmonies of #CF78D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF78D3

Black with #CF78D3

Text Example


Text Example

White with #CF78D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF78D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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