Html Css Color HEX #CF83C6 Orchid

📋 copy color: '#CF83C6'

red 207 ◦ green 131 ◦ blue 198

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

Shades of Orchid #CF83C6

Tints of Orchid #CF83C6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.44%

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 38.62%
G = 24.44%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF83C6 (or 0xCF83C6) is known color: Orchid. HEX triplet: CF, 83 and C6. RGB value is (207,131,198). Sum of RGB (Red+Green+Blue) = 207+131+198=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83C6 is #307C39. Grayscale: #A1A1A1. Windows color (decimal): -3177530 or 13009871. OLE color: 13009871.

HSL color Cylindrical-coordinate representation of color #CF83C6: hue angle of 307.11º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF83C6 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 198 -
CMYK 0 0.37 0.04 0.19
HSL 307.11º 0.44% 0.66% -
HSV(B) 307.11º 0.37% 0.81% -
XYZ 44.04 33.58 57.59 -
YUV 161.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 207 131 198 0 0.37 0.04 0.19 307.11 0.44 0.66
Hex CF 83 C6 0 25 4 13 133 2C 42
Octal 317 203 306 0 45 4 23 463 54 102
Binary 11001111 10000011 11000110 0 100101 100 10011 100110011 101100 1000010

Color Harmonies of #CF83C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83C6

Black with #CF83C6

Text Example


Text Example

White with #CF83C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83C6; }

 p { color: rgb(207,131,198); }

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

background-color css

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

 a { background-color: rgb(207,131,198); }

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

border-color css

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

 span { border-color: rgb(207,131,198); }

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