Html Css Color HEX #CB79CF Orchid

📋 copy color: '#CB79CF'

red 203 ◦ green 121 ◦ blue 207

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

Shades of Orchid #CB79CF

Tints of Orchid #CB79CF

RGB

 RED value IS 203 (79.69% from 255) = 38.23%

 GREEN value IS 121 (47.66% from 255) = 22.79%

 BLUE value IS 207 (81.25% from 255) = 38.98%

R = 38.23%
G = 22.79%
B = 38.98%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB79CF (or 0xCB79CF) is known color: Orchid. HEX triplet: CB, 79 and CF. RGB value is (203,121,207). Sum of RGB (Red+Green+Blue) = 203+121+207=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB79CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79CF is #348630. Grayscale: #9B9B9B. Windows color (decimal): -3442225 or 13597131. OLE color: 13597131.

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

Color convert

RGB 203 121 207 -
CMYK 0.02 0.42 0 0.19
HSL 297.21º 0.47% 0.64% -
HSV(B) 297.21º 0.42% 0.81% -
XYZ 42.73 30.88 62.74 -
YUV 155.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 203 121 207 0.02 0.42 0 0.19 297.21 0.47 0.64
Hex CB 79 CF 2 2A 0 13 129 2F 40
Octal 313 171 317 2 52 0 23 451 57 100
Binary 11001011 1111001 11001111 10 101010 0 10011 100101001 101111 1000000

Color Harmonies of #CB79CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB79CF

Black with #CB79CF

Text Example


Text Example

White with #CB79CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB79CF; }

 p { color: rgb(203,121,207); }

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

background-color css

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

 a { background-color: rgb(203,121,207); }

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

border-color css

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

 span { border-color: rgb(203,121,207); }

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