Html Css Color HEX #CF83CD Orchid

📋 copy color: '#CF83CD'

red 207 ◦ green 131 ◦ blue 205

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

Shades of Orchid #CF83CD

Tints of Orchid #CF83CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 38.12%
G = 24.13%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF83CD (or 0xCF83CD) is known color: Orchid. HEX triplet: CF, 83 and CD. RGB value is (207,131,205). Sum of RGB (Red+Green+Blue) = 207+131+205=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83CD is #307C32. Grayscale: #A1A1A1. Windows color (decimal): -3177523 or 13468623. OLE color: 13468623.

HSL color Cylindrical-coordinate representation of color #CF83CD: hue angle of 301.58º 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 #CF83CD is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 131 205 -
CMYK 0 0.37 0.01 0.19
HSL 301.58º 0.44% 0.66% -
HSV(B) 301.58º 0.37% 0.81% -
XYZ 44.87 33.91 61.94 -
YUV 162.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 207 131 205 0 0.37 0.01 0.19 301.58 0.44 0.66
Hex CF 83 CD 0 25 1 13 12E 2C 42
Octal 317 203 315 0 45 1 23 456 54 102
Binary 11001111 10000011 11001101 0 100101 1 10011 100101110 101100 1000010

Color Harmonies of #CF83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83CD

Black with #CF83CD

Text Example


Text Example

White with #CF83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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