Html Css Color HEX #CB7FCF Orchid

📋 copy color: '#CB7FCF'

red 203 ◦ green 127 ◦ blue 207

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

Shades of Orchid #CB7FCF

Tints of Orchid #CB7FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 23.65%

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

R = 37.8%
G = 23.65%
B = 38.55%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB7FCF (or 0xCB7FCF) is known color: Orchid. HEX triplet: CB, 7F and CF. RGB value is (203,127,207). Sum of RGB (Red+Green+Blue) = 203+127+207=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FCF is #348030. Grayscale: #9E9E9E. Windows color (decimal): -3440689 or 13598667. OLE color: 13598667.

HSL color Cylindrical-coordinate representation of color #CB7FCF: hue angle of 297º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB7FCF is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 127 207 -
CMYK 0.02 0.39 0 0.19
HSL 297º 0.45% 0.65% -
HSV(B) 297º 0.39% 0.81% -
XYZ 43.48 32.38 62.99 -
YUV 158.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 203 127 207 0.02 0.39 0 0.19 297 0.45 0.65
Hex CB 7F CF 2 27 0 13 129 2D 41
Octal 313 177 317 2 47 0 23 451 55 101
Binary 11001011 1111111 11001111 10 100111 0 10011 100101001 101101 1000001

Color Harmonies of #CB7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FCF

Black with #CB7FCF

Text Example


Text Example

White with #CB7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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